summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorBruno Martins <bgcngm@gmail.com>2020-10-28 14:58:49 +0000
committerBruno Martins <bgcngm@gmail.com>2020-11-08 22:59:40 +0000
commit5474b7d324c09960252e3cb90bf546d09d68a91e (patch)
tree33a93ddf5bfc05b2fc98b8eaf0461af07e8673bd /Android.bp
parent7aaef91910de8e36837ecaf7345563ab22daa97e (diff)
pro1: Import hardware/google/pixel namespace for libperfmgr
Change-Id: Id509d318a13787713d4bf0433294980429065bb9
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index c2ab30c..51337da 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,6 @@
soong_namespace {
- imports: ["hardware/qcom/bootctrl"],
+ imports: [
+ "hardware/google/pixel",
+ "hardware/qcom/bootctrl",
+ ],
}