Build android: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 March 2023

  • curprev 19:0719:07, 19 March 2023Mark talk contribs 3,593 bytes +3,593 Created page with "To build Android, follow these three steps from the Android root. 1. export ARCH=arm 2. export CROSS_COMPILE=~/projects/Android/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi- 3. source build/envsetup.sh 4. lunch pb200i-eng 4a. sudo apt-get install u-boot-tools uuid uuid-dev liblzo2-2 liblzo2-dev g++ gperf libswitch-perl libxml2-utils 4b. cd bootable/bootloader/uboot-imx 4c. export ARCH=arm 4d. export CROSS_COMPILE=~/projects/Android/..."