patchrom_build icon indicating copy to clipboard operation
patchrom_build copied to clipboard

The build system for patchrom

Results 15 patchrom_build issues
Sort by recently updated
recently updated
newest added

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...

use /DONE/original /DONE/patched to do patch

同步jellybean的时候,我使用 repo init -u git://github.com/MiCode/patchrom.git -b jellybean 但是却提示报错,error: revision jellybean in manifests not found 提示我分支无法找到,请问这个应该怎么解决

line 41 -44 MIUI_OVERLAY_RES_DIR:=$(MIUI_SRC_DIR)/frameworks/miui/overlay/frameworks/base/core/res/res MIUI_RES_DIR:=$(MIUI_SRC_DIR)/frameworks/miui/core/res/res OVERLAY_RES_DIR:=overlay/framework-res/res OVERLAY_MIUI_RES_DIR:=overlay/framework-miui-res/res you commented this lines out but without these lines, nothing works :)