cheeseburger: Define Soong namespaces in the product makefile
This is where it belongs. Change-Id: Ibea0e8fe5dbc26d8953a9735f0b38cf087805b76
This commit is contained in:
committed by
Georg Veichtlbauer
parent
7702d808c1
commit
c5cc2fa5f9
@@ -19,8 +19,5 @@ TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
|
||||
# SELinux
|
||||
BOARD_VENDOR_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/vendor
|
||||
|
||||
# Soong
|
||||
PRODUCT_SOONG_NAMESPACES += $(DEVICE_PATH)
|
||||
|
||||
# inherit from the proprietary version
|
||||
include vendor/oneplus/cheeseburger/BoardConfigVendor.mk
|
||||
|
||||
@@ -35,6 +35,10 @@ PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/keylayout/gf_input.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/gf_input.kl \
|
||||
$(LOCAL_PATH)/keylayout/synaptics_s3320.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/synaptics_s3320.kl
|
||||
|
||||
# Soong namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
$(LOCAL_PATH)
|
||||
|
||||
# Touch
|
||||
PRODUCT_PACKAGES += \
|
||||
vendor.lineage.touch@1.0-service.cheeseburger
|
||||
|
||||
Reference in New Issue
Block a user