Files
Android11/device/rockchip/common/prebuild.mk
2023-10-13 14:01:41 +00:00

7 lines
326 B
Makefile

#GENERATE MANIFEST
$(warning Generating manifest snapshot at $(OUT_DIR)/commit_id.xml...)
$(warning You can disable this by removing this and setting BOARD_RECORD_COMMIT_ID := false in BoardConfig.mk)
$(shell test -d .repo && .repo/repo/repo manifest -r -o $(OUT_DIR)/commit_id.xml)
-include $(TARGET_DEVICE_DIR)/prebuild.mk