commit | 6d6d4702d5989c9fcddbcd3f64cd44ebe99a2b1f | [log] [tgz] |
---|---|---|
author | Yahan Zhou <yahan@google.com> | Thu Apr 26 18:21:50 2018 -0700 |
committer | Yahan Zhou <yahan@google.com> | Fri May 25 22:16:26 2018 +0000 |
tree | 11923b7fe10b382381ead6eb374f0600334c9b70 | |
parent | 6181ffa9e712687d6def24e1693e3eb4481f71b0 [diff] |
Add broadcast radio service for emulator This cl does not impact real devices. BUG: 79750456 Test: atest VtsHalBroadcastradioV1_0Target Change-Id: I6fac31902a8414e550b9053b6985f818674b3e9d
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.