summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-17 22:01:34 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-05-17 22:31:45 +0000
commit8f5fe822288c745d9af9676fc5e9cd71e702d98a (patch)
tree082c3705855ad0fbde0a80cf4b8ee67678784e42
parentf6c47fac8c6fcafcd83c9d5a5029444056844acf (diff)
parent9b5f36f7b811bf15a5291ce476d391cc68eeffb3 (diff)
Make change and version bump to UKQ1.240517.001
Snap for 11856381 from 9b5f36f7b811bf15a5291ce476d391cc68eeffb3 to u-keystone-qcom-release Change-Id: I0042592d4c8e92ad8c21144652ee37c630e5c80c
-rw-r--r--core/build_id.mk2
-rw-r--r--target/product/handheld_system.mk6
-rw-r--r--target/product/handheld_system_ext.mk8
3 files changed, 4 insertions, 12 deletions
diff --git a/core/build_id.mk b/core/build_id.mk
index 39714c6627..6d338f61b0 100644
--- a/core/build_id.mk
+++ b/core/build_id.mk
@@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.
-BUILD_ID=UKQ1.240514.002
+BUILD_ID=UKQ1.240517.001
diff --git a/target/product/handheld_system.mk b/target/product/handheld_system.mk
index da9b95374d..ecb0ffa71c 100644
--- a/target/product/handheld_system.mk
+++ b/target/product/handheld_system.mk
@@ -58,6 +58,7 @@ PRODUCT_PACKAGES += \
PacProcessor \
preinstalled-packages-platform-handheld-system.xml \
PrintRecommendationService \
+ PrintSpooler \
ProxyHandler \
screenrecord \
SharedStorageBackup \
@@ -75,11 +76,6 @@ PRODUCT_PACKAGES += \
TeleService
endif #TARGET_NO_TELEPHONY
-ifneq ($(TARGET_USES_QSPA), true)
-PRODUCT_PACKAGES += \
- PrintSpooler
-endif
-
ifneq ($(TARGET_HAS_LOW_RAM), true)
PRODUCT_PACKAGES += \
SecureElement
diff --git a/target/product/handheld_system_ext.mk b/target/product/handheld_system_ext.mk
index fc81e58889..187b6275bb 100644
--- a/target/product/handheld_system_ext.mk
+++ b/target/product/handheld_system_ext.mk
@@ -23,13 +23,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/media_system_ext.mk)
# /system_ext packages
PRODUCT_PACKAGES += \
AccessibilityMenu \
+ Launcher3QuickStep \
Provision \
Settings \
StorageManager \
+ SystemUI \
WallpaperCropper \
-
-ifneq ($(TARGET_USES_QSPA),true)
- PRODUCT_PACKAGES += \
- Launcher3QuickStep \
- SystemUI
-endif