commit | 1cd166cd313bc521a9849e2a76ca76d30e714ea1 | [log] [tgz] |
---|---|---|
author | Mårten Kongstad <amhk@google.com> | Fri Jun 02 11:27:30 2023 +0200 |
committer | Mårten Kongstad <amhk@google.com> | Fri Jun 02 12:52:48 2023 +0200 |
tree | 7b5d72297398ac53e6383b85707f08077f20c2d8 | |
parent | b27f2ce4364d23248c75e93f349a8596b20ee275 [diff] |
aconfig: cache.rs: remove unnecessary use statements Remove unnecessary use from the cache::test module: they already covered by `use super:*;`. Bug: 283910447 Test: atest aconfig.test Change-Id: I9e03385629f38180c0f92080c7f097a8e0d9ef69
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.