dre: Include hardware/google/interfaces and hardware/google/pixel
* Required by power-libperfmgr Change-Id: I4053938614be26c7066ea83d97955739f39b4144
This commit is contained in:
parent
599fc8c2c5
commit
599d267a2c
2 changed files with 6 additions and 0 deletions
|
|
@ -4,6 +4,10 @@
|
||||||
//
|
//
|
||||||
|
|
||||||
soong_namespace {
|
soong_namespace {
|
||||||
|
imports: [
|
||||||
|
"hardware/google/interfaces",
|
||||||
|
"hardware/google/pixel"
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
install_symlink {
|
install_symlink {
|
||||||
|
|
|
||||||
|
|
@ -298,6 +298,8 @@ PRODUCT_SHIPPING_API_LEVEL := $(BOARD_SHIPPING_API_LEVEL)
|
||||||
# Soong namespaces
|
# Soong namespaces
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
$(LOCAL_PATH) \
|
$(LOCAL_PATH) \
|
||||||
|
hardware/google/interfaces \
|
||||||
|
hardware/google/pixel \
|
||||||
hardware/oplus \
|
hardware/oplus \
|
||||||
hardware/lineage/interfaces/power-libperfmgr \
|
hardware/lineage/interfaces/power-libperfmgr \
|
||||||
hardware/qcom-caf/common/libqti-perfd-client
|
hardware/qcom-caf/common/libqti-perfd-client
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue