Skip to content

Commit

Permalink
lavender: Move props from system to pruduct
Browse files Browse the repository at this point in the history
Test: using su shell: getprop $PROP and check if the value exist or not, ex: getprop ro.qcom.ad it will show: 1
Fix: Init props denials
  • Loading branch information
etahamad committed Feb 20, 2021
1 parent 42de90f commit a9a87c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.flash-autofocus.xml \
frameworks/native/data/etc/android.hardware.consumerir.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.consumerir.xml

# Properties
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
# Properties ($PATH.prop)
TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop

# Keylayout
PRODUCT_COPY_FILES += \
Expand Down
File renamed without changes.

0 comments on commit a9a87c5

Please sign in to comment.