Remove "rebootless" related stuff

The widevine apex is supposed to be installed in a "staged" way.

- apex_manifest: remove supportsRebootlessUpdate flag
- .rc: remove apex.com.google.android.widevine.ready=true

Bug: 243333942
Test: m
Change-Id: Ibb963937e6d8d889d9281d22972e12a148f59b94
This commit is contained in:
Jooyung Han
2022-10-20 16:14:03 +09:00
parent 8451afe58a
commit 10b782484d
2 changed files with 1 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
{
"name": "com.google.android.widevine",
"version": 1,
"supportsRebootlessUpdate": true
"version": 1
}

View File

@@ -1,10 +1,6 @@
on property:apex.all.ready=true
mkdir /data/vendor/mediadrm 0770 media mediadrm
# Start service after update
on property:apex.com.google.android.widevine.ready=true
start vendor.drm-widevine-hal
service vendor.drm-widevine-hal /apex/com.google.android.widevine/bin/hw/android.hardware.drm-service.widevine
interface aidl android.hardware.drm.IDrmFactory/widevine
class hal