forked from nian0114/angler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmakefile
24 lines (18 loc) · 771 Bytes
/
makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
## Makefile for nexus 6P
#
#
## 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_nexus6.zip
# All vendor apks needed
local-phone-apps := NfcNci PrintSpooler PacProcessor CertInstaller GoogleCamera KeyChain \
Stk qcrilmsgtunnel TimeService UserDictionaryProvider talkback Bluetooth BluetoothMidiService \
local-phone-priv-apps := Shell FusedLocation ProxyHandler ExternalStorageProvider TagGoogle \
SharedStorageBackup DMService ConnMO DiagMon DCMO InputDevices CellBroadcastReceiver \
BackupRestoreConfirmation
local-density := XXXHDPI
local-target-bit := 64
include $(PORT_BUILD)/porting.mk
pre-zip-misc: