-
Notifications
You must be signed in to change notification settings - Fork 18
/
MMI-LXI22.50-24.1-OR-MMI-LXI22.50-13.4-OR-MMI-LXI22.50-14.8.txt
38 lines (30 loc) · 1.66 KB
/
MMI-LXI22.50-24.1-OR-MMI-LXI22.50-13.4-OR-MMI-LXI22.50-14.8.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
MMI-LXI22.50-24.1/MMI-LXI22.50-13.4/MMI-LXI22.50-14.8.txt for Styx-LTE (â~@~\Moto Eâ~@~]) Retail/Developer edition
Gits published with tag MMI-LXI22.50-24.1: (5.0.2 Launch version)
=============================================================
bionic
external/clang
external/dnsmasq
external/esd
external/gcc-demangle
external/iproute2
external/iptables
external/libcap-ng
kernel
system/core
vendor/qcom/opensource/wlan/prima
Sample Usage:
=============
1. Create a workspace containing â~@~\Lollipopâ~@~] L 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.8/bin/arm-eabi-kernel_out_dir=$PWD/out/target/product/generic/obj/kernel
cat kernel/arch/arm/configs/msm8916_defconfig kernel/arch/arm/configs/ext_config/debug-msm8916.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