haydn: Use Soong namespace to avoid device build conflicts
Change-Id: Id04f464102264b6f2e8d49b39389c7e346613b39
This commit is contained in:
parent
c11c95a7f7
commit
5d373ea0ea
2 changed files with 6 additions and 0 deletions
2
Android.bp
Normal file
2
Android.bp
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
soong_namespace {
|
||||
}
|
||||
|
|
@ -3,3 +3,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
# Soong namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
$(LOCAL_PATH)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue