Skip to content

Commit

Permalink
begonia: Guard with soong namespace
Browse files Browse the repository at this point in the history
Change-Id: If98cd52dd06983e77c6f608eeaf1aaae763233a9
  • Loading branch information
moetayuko authored and SahilSonar committed Apr 19, 2021
1 parent c525d80 commit 3bff431
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
soong_namespace {
}
4 changes: 4 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)
# MTK-OSS
$(call inherit-product, vendor/mediatek/opensource/mtk-oss.mk)

# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)

# Audio
PRODUCT_PACKAGES += \
[email protected] \
Expand Down

0 comments on commit 3bff431

Please sign in to comment.