diff options
author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-01-19 11:05:56 +0000 |
---|---|---|
committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | 2022-01-19 11:18:43 +0000 |
commit | 6a9fe1a0a78c54b262f67d97f8b073cab295af45 (patch) | |
tree | 7fe9cfd287fa7d4a9128106490cb8a8697712649 | |
parent | 2f60f2c79578981a1fea5052516104769be18f93 (diff) | |
parent | b08e9299d92c6aaee0d12840870720b80b3629b7 (diff) |
Make change and version bump to SKQ1.220119.001
Change-Id: I46f2bc6fdc4c6639a5f3eb92bd3a926802e0c947
-rw-r--r-- | core/build_id.mk | 2 | ||||
-rw-r--r-- | target/product/base_system.mk | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/core/build_id.mk b/core/build_id.mk index 99d8448052..8727d77a83 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=SKQ1.220118.001 +BUILD_ID=SKQ1.220119.001 diff --git a/target/product/base_system.mk b/target/product/base_system.mk index 95a004bb52..c90b8afe62 100644 --- a/target/product/base_system.mk +++ b/target/product/base_system.mk @@ -119,7 +119,6 @@ PRODUCT_PACKAGES += \ ip-up-vpn \ javax.obex \ keystore2 \ - credstore \ ld.mc \ libaaudio \ libalarm_jni \ @@ -195,7 +194,6 @@ PRODUCT_PACKAGES += \ libwilhelm \ linker \ linkerconfig \ - llkd \ lmkd \ LocalTransport \ locksettings \ @@ -284,6 +282,7 @@ PRODUCT_PACKAGES += \ ifneq ($(TARGET_HAS_LOW_RAM), true) PRODUCT_PACKAGES += \ credstore \ + llkd \ SecureElement endif |