commit | baada2ad677df1861acd50d513a98bb33da70f92 | [log] [tgz] |
---|---|---|
author | Timi <timi.rautamaki@gmail.com> | Sun Feb 21 14:36:19 2021 +0100 |
committer | Timi <timi.rautamaki@gmail.com> | Sun Feb 21 15:26:00 2021 +0100 |
tree | 30e16675800c95d1d3d4387a8cb9f765ce74fdbd | |
parent | 3f631cf2aba0296f1156b7bfa9dc6808697829cf [diff] |
Remove extra dot from depreceation, obsoletion warnings Remove extra dot from depreceation and obsoletion warnings to be consistent. Changes x: warning: BOARD_PLAT_PUBLIC_SEPOLICY_DIR has been deprecated. Use SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS instead.. to x: warning: BOARD_PLAT_PUBLIC_SEPOLICY_DIR has been deprecated. Use SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS instead. Test: m Change-Id: I60a4258e549570e261252cffee69e5640f62295e Signed-off-by: Timi <timi.rautamaki@gmail.com>
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.