mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: Import hardware/samsung Soong namespace
Also track our fork of hardware/samsung
This commit is contained in:
parent
6d0c042e2d
commit
5171483a37
2 changed files with 3 additions and 10 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
soong_namespace {
|
soong_namespace {
|
||||||
imports: [
|
imports: [
|
||||||
"hardware/google/pixel",
|
"hardware/samsung",
|
||||||
"hardware/google/interfaces",
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -139,10 +139,6 @@ PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/configs/keylayout/Codec3035_Headset_Events.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/Codec3035_Headset_Events.kl \
|
$(LOCAL_PATH)/configs/keylayout/Codec3035_Headset_Events.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/Codec3035_Headset_Events.kl \
|
||||||
$(LOCAL_PATH)/configs/keylayout/uinput-sec-fp.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/uinput-sec-fp.kl
|
$(LOCAL_PATH)/configs/keylayout/uinput-sec-fp.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/uinput-sec-fp.kl
|
||||||
|
|
||||||
# KeyLogger
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
keyhandler
|
|
||||||
|
|
||||||
# Keymaster
|
# Keymaster
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.keymaster@4.0-service.samsung \
|
android.hardware.keymaster@4.0-service.samsung \
|
||||||
|
|
@ -285,9 +281,7 @@ PRODUCT_PACKAGES += \
|
||||||
# Soong namespaces
|
# Soong namespaces
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
$(LOCAL_PATH) \
|
$(LOCAL_PATH) \
|
||||||
hardware/google/interfaces \
|
hardware/samsung
|
||||||
hardware/google/pixel \
|
|
||||||
device/samsung/universal7885-common/aidl/power-libperfmgr
|
|
||||||
|
|
||||||
# Sysconfig
|
# Sysconfig
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue