diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2020-01-11 13:48:01 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2020-02-02 16:34:46 +0100 |
commit | e0ef1cfed1eeff15fd63f03ed3850d03377bffdf (patch) | |
tree | d983addf67bcc282559645faf488d77178ee53dd | |
parent | b813fdacfa22581a1187ea973592b204b5fc1615 (diff) |
msm8996-common: Use a custom certificate for TimeService
* Also regenerate makefiles
-rw-r--r-- | msm8996-common/Android.bp | 4 | ||||
-rw-r--r-- | msm8996-common/Android.mk | 2 | ||||
-rw-r--r-- | msm8996-common/BoardConfigVendor.mk | 2 | ||||
-rw-r--r-- | msm8996-common/msm8996-common-vendor.mk | 2 | ||||
-rw-r--r-- | z2_plus/Android.bp | 2 | ||||
-rw-r--r-- | z2_plus/Android.mk | 2 | ||||
-rw-r--r-- | z2_plus/BoardConfigVendor.mk | 2 | ||||
-rw-r--r-- | z2_plus/z2_plus-vendor.mk | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/msm8996-common/Android.bp b/msm8996-common/Android.bp index 9c5af18..45769dd 100644 --- a/msm8996-common/Android.bp +++ b/msm8996-common/Android.bp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 The LineageOS Project + * Copyright (C) 2019-2020 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -155,7 +155,7 @@ android_app_import { name: "TimeService", owner: "zuk", apk: "proprietary/vendor/app/TimeService/TimeService.apk", - certificate: "platform", + certificate: ":timeservice_app_cert-legacy-um", dex_preopt: { enabled: false, }, diff --git a/msm8996-common/Android.mk b/msm8996-common/Android.mk index 585a6b7..876c74d 100644 --- a/msm8996-common/Android.mk +++ b/msm8996-common/Android.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 The LineageOS Project +# Copyright (C) 2017-2020 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/msm8996-common/BoardConfigVendor.mk b/msm8996-common/BoardConfigVendor.mk index a4da2c1..e2f9c20 100644 --- a/msm8996-common/BoardConfigVendor.mk +++ b/msm8996-common/BoardConfigVendor.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 The LineageOS Project +# Copyright (C) 2017-2020 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/msm8996-common/msm8996-common-vendor.mk b/msm8996-common/msm8996-common-vendor.mk index e73c149..a14ecfc 100644 --- a/msm8996-common/msm8996-common-vendor.mk +++ b/msm8996-common/msm8996-common-vendor.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 The LineageOS Project +# Copyright (C) 2017-2020 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/z2_plus/Android.bp b/z2_plus/Android.bp index a072439..ddcd4b3 100644 --- a/z2_plus/Android.bp +++ b/z2_plus/Android.bp @@ -1,5 +1,5 @@ /** - * Copyright (C) 2019 The LineageOS Project + * Copyright (C) 2019-2020 The LineageOS Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/z2_plus/Android.mk b/z2_plus/Android.mk index 6f72c44..f222bcd 100644 --- a/z2_plus/Android.mk +++ b/z2_plus/Android.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 The LineageOS Project +# Copyright (C) 2017-2020 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/z2_plus/BoardConfigVendor.mk b/z2_plus/BoardConfigVendor.mk index 47e7127..c66862c 100644 --- a/z2_plus/BoardConfigVendor.mk +++ b/z2_plus/BoardConfigVendor.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 The LineageOS Project +# Copyright (C) 2017-2020 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/z2_plus/z2_plus-vendor.mk b/z2_plus/z2_plus-vendor.mk index 09f5ea1..609be53 100644 --- a/z2_plus/z2_plus-vendor.mk +++ b/z2_plus/z2_plus-vendor.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2019 The LineageOS Project +# Copyright (C) 2017-2020 The LineageOS Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |