My rro package when I put it in system or vendor partition it works, but when I moved it in OEM partition the package is listed with cmd overlay list
but with an error NO_IDMAP.
Do you have any idea ?
Thanks a lot!
What I got when package is in vendor or system `$ cmd overlay list com.xxx.x.partnerinterface [x] com.xxx.x.partnerinterface.rro
The output when my package is in OEM partition com.xxx.x.partnerinterface --- com.xxx.x.partnerinterface.rro
I've also only used vendor and system overlays myself, but here are some various ideas:
LOCAL_OEM_MODULE
instead ofLOCAL_VENDOR_MODULE
like so:oem.img
, did you add the package like so:Use package
android
for the frameworks itself.Run
adb shell dumpsys overlay
to see if it shows up there.