diff options
| author | Timi Rautamäki <timi.rautamaki@gmail.com> | 2021-10-14 18:36:03 +0000 |
|---|---|---|
| committer | Georg Veichtlbauer <georg@vware.at> | 2021-10-18 12:53:55 +0200 |
| commit | f4e77041a6b44129d9f842e1acaa6f08df896739 (patch) | |
| tree | 965d49548e0e028243b474223812ab223f8cd282 | |
| parent | 6fcdccd49e44313cc472f15948ac088c264463e0 (diff) | |
dumpling: import properties from common init
Change-Id: If3dcc42d90d29b7d5dd7580f7489a44f084c5430
| -rw-r--r-- | BoardConfig.mk | 3 | ||||
| -rw-r--r-- | vendor.prop | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 40eabb0..bafe82c 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -31,6 +31,9 @@ DEVICE_PATH := device/oneplus/dumpling TARGET_BOARD_INFO_FILE ?= $(DEVICE_PATH)/board-info.txt TARGET_OTA_ASSERT_DEVICE := dumpling,OnePlus5T,oneplus5t +# Properties +TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop + # SELinux BOARD_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/vendor diff --git a/vendor.prop b/vendor.prop new file mode 100644 index 0000000..bd9339c --- /dev/null +++ b/vendor.prop @@ -0,0 +1,2 @@ +ro.hardware.fingerprint=goodix +vendor.boot.project_name=17801 |
