commit | 1910c07130e073d3e7f0a42feeab11c0dbd34ef0 | [log] [tgz] |
---|---|---|
author | Zhi Dou <zhidou@google.com> | Tue Mar 11 18:38:10 2025 +0000 |
committer | Zhi Dou <zhidou@google.com> | Tue Mar 11 18:38:10 2025 +0000 |
tree | 11866732500b107498a26d655201b481a6784c3a | |
parent | 47f65b9b9f4546496f9ee5ed345d0932a66cd26b [diff] |
update SDK_INT in the fake This change updates the fake SDK_INT from a fixed integer to a function call. In this way this fake value won't be used during the compilation time. Test: m PermissionController and check the compiled code Flag: EXEMPT REFACTOR Change-Id: I16d140e2e78e3a3056f614ff75e285bd36d8cd5b
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.