8 Star 11 Fork 8

GuaiYiHu / patchrom_miui8_xiaomi_aries

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
makefile 969 Bytes
一键复制 编辑 原始数据 按行查看 历史
GuaiYiHu 提交于 2017-01-18 12:01 . makefile:add vendor camera app
#
## Makefile for xiaomi aries
#
#
## The original zip file, MUST be specified by each product
local-zip-file := stockrom.zip
# All vendor apks needed
local-miui-removed-apps := FM
local-miui-modified-apps := TeleService InCallUI
local-phone-apps := PrintSpooler PacProcessor CertInstaller KeyChain\
Stk TimeService UserDictionaryProvider Bluetooth BluetoothMidiService telresources webview SnapdragonCamera\
local-phone-priv-apps :=AudioFX Shell FusedLocation ProxyHandler ExternalStorageProvider FMRadio\
SharedStorageBackup InputDevices CellBroadcastReceiver \
BackupRestoreConfirmation
local-density := XHDPI
local-target-bit := 32
local-pre-zip := local-pre-zip-misc
local-after-zip:= local-put-to-phone
include $(PORT_BUILD)/porting.mk
local-pre-zip-misc:
cp -rf other/system $(ZIP_DIR)/
rm -rf $(ZIP_DIR)/system/bin/app_process32_vendor
cp -rf stockrom/system/bin/app_process32 $(ZIP_DIR)/system/bin/app_process32
rm -rf $(ZIP_DIR)/system/lib64
C
1
https://gitee.com/guaiyihu/patchrom_miui8_aries.git
git@gitee.com:guaiyihu/patchrom_miui8_aries.git
guaiyihu
patchrom_miui8_aries
patchrom_miui8_xiaomi_aries
master

搜索帮助