Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ PRODUCT_PACKAGES += \
vndk-detect \
on-post-data.sh

# bind mount target for property overrides
PRODUCT_PACKAGES += \
halium.prop

# Keymaster
PRODUCT_PACKAGES += \
android.hardware.keymaster@3.0-impl \
Expand Down
8 changes: 8 additions & 0 deletions rootdir/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ LOCAL_SRC_FILES := etc/init.disabled.rc
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)/init
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := halium.prop
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := ETC
LOCAL_SRC_FILES := etc/halium.prop
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)
include $(BUILD_PREBUILT)

include $(CLEAR_VARS)
LOCAL_MODULE := vndk-detect
LOCAL_MODULE_TAGS := optional
Expand Down
2 changes: 2 additions & 0 deletions rootdir/etc/halium.prop
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# This is an empty property file that can be used as bind mount target to
# override property values set in any other property files.