commit | 576421d844c1ea409621ff8640056cbbefb68481 | [log] [tgz] |
---|---|---|
author | Ahmad Khalil <khalilahmad@google.com> | Tue Oct 03 15:33:58 2023 +0000 |
committer | Ahmad Khalil <khalilahmad@google.com> | Tue Oct 03 15:37:16 2023 +0000 |
tree | cc9961f2e8c93e50d0abadd4df500d22d4a1b270 | |
parent | 50e5fbd688b7cc4a427b0763d9641ce7709ad4f8 [diff] |
Modifying base_system to use the new SoundPicker flag Bug: 293846645 Change-Id: I4b9e0b3cd80f43f9e766d430d749238d10a9eb82 Test: N/A
diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 29e4ecd..f40a3f2 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk
@@ -290,7 +290,7 @@ # These packages are not used on Android TV ifneq ($(PRODUCT_IS_ATV),true) PRODUCT_PACKAGES += \ - SoundPicker \ + $(RELEASE_PACKAGE_SOUND_PICKER) \ endif