Skip to content

Commit

Permalink
davinci: include hardware/google/pixel as a soong namespace
Browse files Browse the repository at this point in the history
Signed-off-by: daniml3 <[email protected]>
Change-Id: I1b0507998f078aa55ecbaa57ceb668a1b7eca626
  • Loading branch information
danielml3 authored and Twel12 committed Mar 5, 2021
1 parent d31d10d commit c344957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Android.bp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
soong_namespace {
imports: [
"hardware/xiaomi",
"hardware/google/pixel"
],
}
3 changes: 2 additions & 1 deletion device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,8 @@ PRODUCT_COPY_FILES += \
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH) \
hardware/xiaomi
hardware/xiaomi \
hardware/google/pixel

# Telephony
PRODUCT_PACKAGES += \
Expand Down

0 comments on commit c344957

Please sign in to comment.