patchrom_build
patchrom_build copied to clipboard
patchrom not added overlay sources in framework-res.apk?
just asking. on jellybean42 branch on porting.mk when build out/framework-res.apk it added miui overlay resources too.
but on kitkat branch, when build out/framework-res.apk it's just call for customize_framework-res.sh and my framework-res.apk not be patched. still same with the stockrom framework-res.apk.
is this necessary? because i think framework-res.apk should be patched to make this things work good.
then when i make out/framework-res.apk i got this error
nothing matches overlay file ab_bottom_solid_light_holo.9.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,, nothing matches overlay file ab_bottom_transparent_dark_holo.9.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,, nothing matches overlay file ab_solid_light_holo.9.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,, nothing matches overlay file ab_solid_shadow_holo.9.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,, nothing matches overlay file ab_stacked_solid_light_holo.9.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,, nothing matches overlay file ab_stacked_transparent_dark_holo.9.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,, nothing matches overlay file ab_transparent_dark_holo.9.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,, nothing matches overlay file ab_transparent_light_holo.9.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,, nothing matches overlay file btn_cab_done_default_holo_light.9.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,, nothing matches overlay file btn_cab_done_focused_holo_dark.9.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,, nothing matches overlay file btn_cab_done_focused_holo_light.9.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,, nothing matches overlay file btn_cab_done_pressed_holo_dark.9.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,, nothing matches overlay file btn_cab_done_pressed_holo_light.9.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,, nothing matches overlay file btn_check_off_disabled_focused_holo_dark.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,, nothing matches overlay file btn_check_off_disabled_focused_holo_light.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,, nothing matches overlay file btn_check_off_disabled_holo_dark.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,, nothing matches overlay file btn_check_off_disabled_holo_light.png, for flavor ,,,,,,,,,,,,hdpi,,,,,,,
then it's can be fixed only while i MANUALLY copied file on miui overlay res directory ini miui/src/framework/.........................................
please fix this things. CMIIW