Use RRO on a precompiled “car-ui-lib” Android library
In the context of Android 14 Source code, I want to use RRO on car-ui-lib for apply some changes on resource files. The problem is that the libray is precompiled and positioned inside the directory prebuilts/sdk/current/aaos-libs/car-ui-lib.aar
. If I open in the archive manager the aar file inside the “res/” directory there is the overlayable.xml
file that permit me to overlay the wanted resources, but when i compile my RRO package with the correct target package (“com.android.car.ui”) and target name (“car-ui-lib”), taken directly from the library, the system does not recognize it as correct. My idea is that the library is not directly installed on the system and the RRO mechanism does not work for this.