File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ PRODUCT_PACKAGES += \
2424 vndk-detect \
2525 on-post-data.sh
2626
27+ # bind mount target for property overrides
28+ PRODUCT_PACKAGES += \
29+ prop.halium
30+
2731# Keymaster
2832PRODUCT_PACKAGES += \
2933 android.hardware.keymaster@3.0-impl \
Original file line number Diff line number Diff line change @@ -20,6 +20,14 @@ LOCAL_SRC_FILES := etc/init.disabled.rc
2020LOCAL_MODULE_PATH := $(TARGET_OUT_ETC ) /init
2121include $(BUILD_PREBUILT )
2222
23+ include $(CLEAR_VARS )
24+ LOCAL_MODULE := prop.halium
25+ LOCAL_MODULE_TAGS := optional
26+ LOCAL_MODULE_CLASS := ETC
27+ LOCAL_SRC_FILES := etc/prop.halium
28+ LOCAL_MODULE_PATH := $(TARGET_OUT_ETC )
29+ include $(BUILD_PREBUILT )
30+
2331include $(CLEAR_VARS )
2432LOCAL_MODULE := vndk-detect
2533LOCAL_MODULE_TAGS := optional
Original file line number Diff line number Diff line change 1+ # This is an empty property file that can be used as bind mount target to
2+ # override property values set in any other property files.
You can’t perform that action at this time.
0 commit comments