To ensure that gs201's init_dpm.sh is only built for gs201 devices.
After confirmation, devices where `USES_DEVICE_GOOGLE_GS201` is true will ultimately include device/google/gs201/device.mk. Therefore, setting PRODUCT_SOONG_NAMESPACES in this file can prevent misuse by other devices. Flag: EXEMPT refactor Bug: 385999805 Test: lunch gs201 products; m -j init_dpm.sh Change-Id: Ic4283242786222bbf734cea7d91f6d230e12b6f6
This commit is contained in:
parent
912edf74cd
commit
ad503a0216
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ PRODUCT_SOONG_NAMESPACES += \
|
||||||
device/google/gs201 \
|
device/google/gs201 \
|
||||||
device/google/gs201/powerstats \
|
device/google/gs201/powerstats \
|
||||||
vendor/google_devices/common/chre/host/hal \
|
vendor/google_devices/common/chre/host/hal \
|
||||||
|
vendor/google_devices/gs201/proprietary/debugpolicy \
|
||||||
vendor/google/whitechapel/tools \
|
vendor/google/whitechapel/tools \
|
||||||
vendor/google/interfaces \
|
vendor/google/interfaces \
|
||||||
vendor/google_nos/host/android \
|
vendor/google_nos/host/android \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue