sdm660-common: Include hardware/google/interfaces and hardware/google/pixel
This reverts commit 29615b8ddc
.
This commit is contained in:
parent
0fcf8ea137
commit
b02991e348
2 changed files with 7 additions and 1 deletions
|
@ -1,2 +1,6 @@
|
|||
soong_namespace {
|
||||
imports: [
|
||||
"hardware/google/interfaces",
|
||||
"hardware/google/pixel"
|
||||
],
|
||||
}
|
||||
|
|
|
@ -527,9 +527,11 @@ BOOT_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
|
|||
PRODUCT_PACKAGES += \
|
||||
camera.sdm660_shim
|
||||
|
||||
# Soong
|
||||
# Soong namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
$(COMMON_PATH) \
|
||||
hardware/google/interfaces \
|
||||
hardware/google/pixel \
|
||||
hardware/xiaomi
|
||||
|
||||
# System
|
||||
|
|
Loading…
Reference in a new issue