Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: Include hardware/google/interfaces and hardware/google/pixel

* Required by power-libperfmgr

Change-Id: I4053938614be26c7066ea83d97955739f39b4144
This commit is contained in:
Subhajeet Muhuri 2023-10-02 09:15:08 +05:30 committed by Nick Reuter
commit 599d267a2c
2 changed files with 6 additions and 0 deletions

View file

@ -4,6 +4,10 @@
// //
soong_namespace { soong_namespace {
imports: [
"hardware/google/interfaces",
"hardware/google/pixel"
],
} }
install_symlink { install_symlink {

View file

@ -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