commit | b3795b7933990b7cec975a3f9049454a5762527a | [log] [tgz] |
---|---|---|
author | JaeMan Park <jaeman@google.com> | Wed Aug 14 14:11:15 2024 +0900 |
committer | JaeMan Park <jaeman@google.com> | Wed Aug 14 14:11:15 2024 +0900 |
tree | 2dc510eb242ebda3c69b1938a7033ce14fef658f | |
parent | 5ab8f4a84b03513323d6c12b7dd16e4899b22b61 [diff] |
Fix build error while creating CHD image While building CHD image, it failed with the error KeyError: 'system_dlkm_base_fs_file' Fix the build error by deleting proper props in the python code. Bug: 359578756 Test: Building CHD image using build_cf_hybrid_device.py should not failed Change-Id: Iae84ff080b8f6bf3b8d22b26865ea3e74815ac37
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.