commit | 274435657e4682e5cee3fffd11fb301ab32a828d | [log] [tgz] |
---|---|---|
author | Spandan Das <spandandas@google.com> | Wed Nov 06 22:12:11 2024 +0000 |
committer | Spandan Das <spandandas@google.com> | Wed Nov 06 22:47:31 2024 +0000 |
tree | afaede68b4635dcecafd4e83784a2e8606deac07 | |
parent | da5bff1c85e8dbf595429aa889b863d0b37bc421 [diff] |
Delete the build/install rules of dlkm build.prop from make These will be built using soong modules. `build-properties` appends the files to `ALL_DEFAULT_INSTALLED_MODULES`. Since we are no longer calling `build-properties`, add the files directly to `ALL_DEFAULT_INSTALLED_MODULES`. Bug: 377562851 Test: lunch aosp_cf_x86_64_phone-trunk_staging-userdebug Test: no diff in $PRODUCT_OUT/system_dlkm/etc/build.prop $PRODUCT_OUT/vendor_dlkm/etc/build.prop $PRODUCT_OUT/odm_dlkm/etc/build.prop (modulo timestamp diffs) Test: no diff in file_list.txt of system_dlkm.img Change-Id: Ibaa8b79216bfd27cff0c768637692fd4ea5d3b30
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.