diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2021-10-04 22:58:49 +0200 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2021-10-21 21:19:01 +0200 |
commit | a17dc2bc5cb1b5351f5697e843b6bb1302b5d5b1 (patch) | |
tree | 800160002083d7d1b5c5f4def05865adf968d8d2 | |
parent | 635287d55ae1da8aa979685f9f6376e6f9c9df4c (diff) |
msm8996-common: Switch to platform certificate for time service
-rw-r--r-- | msm8996-common/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msm8996-common/Android.bp b/msm8996-common/Android.bp index 6d2f844..50bfe00 100644 --- a/msm8996-common/Android.bp +++ b/msm8996-common/Android.bp @@ -163,7 +163,7 @@ android_app_import { name: "TimeService", owner: "zuk", apk: "proprietary/vendor/app/TimeService/TimeService.apk", - certificate: ":timeservice_app_cert-legacy-um", + certificate: "platform", dex_preopt: { enabled: false, }, |