commit | 05f2c27dec6130899774e94b35bca0bc117a9ea2 | [log] [tgz] |
---|---|---|
author | Terry Wang <tytytyww@google.com> | Wed Oct 30 15:07:05 2019 -0700 |
committer | Terry Wang <tytytyww@google.com> | Tue Nov 19 10:42:46 2019 -0800 |
tree | e2c36c509fbd2f49b480760ab2cd3bc7bf5b355e | |
parent | 5c6b29fbbca207e50cc8e487c900a47083c3b30f [diff] |
Add a new system service for app search management. This change adds appsearch-service to base system and media system. Bug: 142567528 Test: atest cts/tests/appsearch/src/com/android/cts/appsearch/AppSearchManagerTest.java Change-Id: I4c7b2a2fb7e58b6796a4e5f2034f70d0dc706e0f
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.