commit | da4115d959cb11e0bfd5680547f27468346b50ad | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Tue Oct 17 15:54:41 2023 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Tue Oct 17 16:01:06 2023 +0900 |
tree | 27f4ea1941dc2471356640ea9c043b40bf576c8c | |
parent | 2f07f035cc8301e665dd90b3e63e1b98d75f6037 [diff] |
Install llndk.libraries.txt with llndk_in_system llndk.libraries.txt was installed from generic_system.mk when VNDK is deprecated. However, as variable KEEP_VNDK is not valid from generic_system.mk, it did not work as expected. Anyway, now llndk.libraries.txt is required for product VNDK deprecation, and also it would be better to be added as a required module with LLNDK libraries over llndk_in_system module. This change relocates defining llndk.libraries.txt as required module into llndk_in_system module. Bug: 290160925 Test: aosp_cf build succeeded with llndk.libraries.txt installed under /system/etc Change-Id: I482f94d701e5dc2b4f01308a65824b38ba5b9fde
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.