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:
Nelson Li 2025-01-08 04:04:41 +00:00 committed by Treehugger Robot
parent 912edf74cd
commit ad503a0216

View file

@ -74,6 +74,7 @@ PRODUCT_SOONG_NAMESPACES += \
device/google/gs201 \
device/google/gs201/powerstats \
vendor/google_devices/common/chre/host/hal \
vendor/google_devices/gs201/proprietary/debugpolicy \
vendor/google/whitechapel/tools \
vendor/google/interfaces \
vendor/google_nos/host/android \