首页 > 代码库 > miui patchrom makefile
miui patchrom makefile
# # Makefile for h30_u10 # # The original zip file, MUST be specified by each product local-zip-file := stockrom.zip # The output zip file of MIUI rom, the default is porting_miui.zip if not specified local-out-zip-file := MIUI_h30_u10.zip # local-miui-modified-apps := MiuiHome Mms Settings Phone ThemeManager # All apps from original ZIP, but has smali files chanded local-modified-apps := # All apks from MIUI local-miui-removed-apps := # To include the local targets before and after zip the final ZIP file, # and the local-targets should: # (1) be defined after including porting.mk if using any global variable(see porting.mk) # (2) the name should be leaded with local- to prevent any conflict with global targets local-pre-zip := local-zip-misc local-after-zip:= # The local targets after the zip file is generated, could include ‘zip2sd‘ to # deliver the zip file to phone, or to customize other actions include $(PORT_BUILD)/porting.mk # To define any local-target local-zip-misc: #rm -rf $(ZIP_DIR)/system/cdrom # rm $(ZIP_DIR)/system/bin/su rm -rf $(ZIP_DIR)/system/bin/cust cp other/build-b923.prop $(ZIP_DIR)/system/build.prop cp other/HuaWeiSettings.apk $(ZIP_DIR)/system/app/ cp other/Generic.kl $(ZIP_DIR)/system/usr/keylayout/ cp other/HwFMRadio.apk $(ZIP_DIR)/system/app/ cp other/boot-b919-rooted.img $(ZIP_DIR)/boot.img @echo update bootanimation rm $(ZIP_DIR)/system/bin/bootanimation cp other/bootanimation $(ZIP_DIR)/system/bin/bootanimation
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。