commit | c5fc637c208e0bb059b7138422c22e7931f3a8d0 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Apr 17 18:23:07 2019 +0900 |
committer | Andrew Chant <achant@google.com> | Wed Apr 17 16:21:36 2019 +0000 |
tree | e9a7b5b9c77462645f221826dc41714f20b5ce08 | |
parent | af11c9f4fdf5e4e6d627603d95e61044bcb75653 [diff] |
Temporarily not inheriting updatable_apex.mk It broke camera. Bug: 130652892 Test: m Test: adb shell getprop ro.apex.updatable should return false or nothing Change-Id: Id2df926e152411cb5d0bc4331cfd43e0dcd8ad6c
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.