marble: add needed imports to soong_namespace in Android.bp
This commit is contained in:
10
Android.bp
10
Android.bp
@ -5,5 +5,13 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
soong_namespace {
|
soong_namespace {
|
||||||
imports: []
|
imports: [
|
||||||
|
"hardware/google/interfaces",
|
||||||
|
"hardware/google/pixel",
|
||||||
|
"hardware/lineage/interfaces/power-libperfmgr",
|
||||||
|
"hardware/qcom-caf/common/libqti-perfd-client",
|
||||||
|
"hardware/xiaomi",
|
||||||
|
"vendor/qcom/opensource/usb/etc",
|
||||||
|
"vendor/qcom/opensource/commonsys-intf/display",
|
||||||
|
]
|
||||||
}
|
}
|
Reference in New Issue
Block a user