-
Notifications
You must be signed in to change notification settings - Fork 18
/
MM-KXA20.16-1.25.txt
45 lines (38 loc) · 1.65 KB
/
MM-KXA20.16-1.25.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
MM-KXA20.16-1.25 for Moto X (“Ghost”) Retail/Developer edition
Gits published with tag MM-KXA20.16-1.25: (4.4.2 Launch version)
=============================================================
bionic
external/chromium_org
external/clang
external/compiler-rt
external/dnsmasq
external/gcc-demangle
external/hyphenation
external/iproute2
external/iptables
external/jdiff
external/libcap-ng
external/libnl-headers
kernel
motorola/external/f2fs-tools
motorola/external/wbxmlparser
motorola/security/moto_crypto
system/core
vendor/qcom/opensource/wlan/prima
Sample Usage:
=============
1. Create a workspace containing “vanilla” KitKat release from Google.
2. Replace the Android repos corresponding to the Motorola-published repos.
3. Building kernel and kernel modules:
my_top_dir=$PWD
mkdir -p $PWD/out/target/product/generic/obj/kernel
cross=$my_top_dir/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-
kernel_out_dir=$PWD/out/target/product/generic/obj/kernel
cat kernel/arch/arm/configs/msm8960_defconfig kernel/arch/arm/configs/ext_config/xline.config > $kernel_out_dir/mapphone_defconfig
cp $kernel_out_dir/mapphone_defconfig $kernel_out_dir/.config
make -j32 -C kernel ARCH=arm CROSS_COMPILE=$cross O=$kernel_out_dir defoldconfig
make -j32 -C kernel ARCH=arm CROSS_COMPILE=$cross O=$kernel_out_dir headers_install
make -j32 -C kernel ARCH=arm CROSS_COMPILE=$cross O=$kernel_out_dir
make -j32 -C kernel ARCH=arm CROSS_COMPILE=$cross O=$kernel_out_dir dtbs
make -j32 -C kernel ARCH=arm CROSS_COMPILE=$cross O=$kernel_out_dir modules
make -j32 -C kernel ARCH=arm CROSS_COMPILE=$cross O=$kernel_out_dir INSTALL_MOD_PATH=$PWD/out/target/product/generic modules_install