diff --git a/Android.bp b/Android.bp index 09b90c7..a419489 100644 --- a/Android.bp +++ b/Android.bp @@ -4,6 +4,10 @@ // soong_namespace { + imports: [ + "hardware/google/interfaces", + "hardware/google/pixel" + ], } install_symlink { diff --git a/device.mk b/device.mk index 18ce79b..9f969ff 100644 --- a/device.mk +++ b/device.mk @@ -298,6 +298,8 @@ PRODUCT_SHIPPING_API_LEVEL := $(BOARD_SHIPPING_API_LEVEL) # Soong namespaces PRODUCT_SOONG_NAMESPACES += \ $(LOCAL_PATH) \ + hardware/google/interfaces \ + hardware/google/pixel \ hardware/oplus \ hardware/lineage/interfaces/power-libperfmgr \ hardware/qcom-caf/common/libqti-perfd-client