sm6375-common: Include hardware/google/interfaces and hardware/google/pixel
* Required by power-libperfmgr Change-Id: I4053938614be26c7066ea83d97955739f39b4144
This commit is contained in:
parent
e3669945b5
commit
642f408f24
2 changed files with 7 additions and 1 deletions
|
@ -1,2 +1,6 @@
|
|||
soong_namespace {
|
||||
imports: [
|
||||
"hardware/google/interfaces",
|
||||
"hardware/google/pixel"
|
||||
],
|
||||
}
|
||||
|
|
|
@ -427,7 +427,9 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Soong namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
$(LOCAL_PATH)
|
||||
$(LOCAL_PATH) \
|
||||
hardware/google/interfaces \
|
||||
hardware/google/pixel
|
||||
|
||||
# Telephony
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Reference in a new issue