anestisb / android-prepare-vendor

Set of scripts to automate AOSP compatible vendor blobs generation from factory images
347 stars 156 forks source link

CDEX framework & Apk files #130

Closed anestisb closed 5 years ago

anestisb commented 5 years ago

The following framework Jar are present in Android Pie images, although are not present in AOSP.

So far all missing framework Jar were inserted in naked config. Adding them is postponed until the CDEX issue is resolved.

anestisb commented 5 years ago

Same for "system/product/app/SSRestartDetector/SSRestartDetector.apk"

anestisb commented 5 years ago

The oatdump patch and the standalone utility are stable enough for testing. I'll probably proceed with the oatdump approach since I'm already compiling for the distribution.

Testing is scheduled for the next couple of days.

dan-v commented 5 years ago

Thanks for the update @anestisb

anestisb commented 5 years ago

Cdex support has been added via an oatdump patch. Latest revision of the patch is available here. Will upstream the code to AOSP so that I don't need to maintain it independently.

anestisb commented 5 years ago

Missing bytecode files have been added to the corresponding device configs.