From a65e02b3ca55df23edc06ac62d38dc621ed11d00 Mon Sep 17 00:00:00 2001 From: SonicBSV Date: Sun, 14 Apr 2024 07:49:10 +0300 Subject: [PATCH] sdm660-common: set certificate: "platform" --- sdm660-common/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdm660-common/Android.bp b/sdm660-common/Android.bp index 30c2630..dd9c22f 100644 --- a/sdm660-common/Android.bp +++ b/sdm660-common/Android.bp @@ -79,7 +79,7 @@ android_app_import { name: "TimeService", owner: "asus", apk: "proprietary/vendor/app/TimeService/TimeService.apk", - presigned: true, + certificate: "platform", dex_preopt: { enabled: false, },