summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-03Merge changes Icf679bfa,I62cbbd59HEADmastermainTreehugger Robot
* changes: Remove x86_64-linux-android gcc-4.7 bins, libs, and includes add OWNERS for prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.7
2021-11-03Remove x86_64-linux-android gcc-4.7 bins, libs, and includesNick Desaulniers
Android has moved to newer versions of GCC/binutils, then LLVM. Bug: 203698882 Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Change-Id: Icf679bfad727f9b672f25ff977c37e8130115c66
2021-11-03add OWNERS for prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.7Nick Desaulniers
Reuse OWNERS from newer versions. Bug: 203698882 Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Change-Id: I62cbbd59b63c615531d9105c87349dba284d0bc5
2013-08-23Merge "Fix gdb python support for Android platform debugging"tools_r22.2l-previewidea133-weekly-releaseidea133Andrew Hsieh
2013-08-21Fix gdb python support for Android platform debuggingAndrew Hsieh
GDB with python support looks for specfic set of locations for PYTHONHOME. Add one more clue to find $ANDROID_BUILD_TOP/prebuilts/python/linux-x86/2.7.5 Note that ANDROID_BUILD_TOP is set by doing usual setup in Android development, ie. . build/envsetup.sh lunch ... Change-Id: Ic7c355cf134426507998eb156d1629ecab7c3b0d
2013-08-13Merge "New x86 toolchain: x86_64-linux-android-4.7"Andrew Hsieh
2013-08-02New x86 toolchain: x86_64-linux-android-4.7Andrew Hsieh
This toolchain can generates x86, x32, and x86_64 (default) code. Android build system already adds "-m32" to HOST_GLOBAL_CFLAGS and HOST_GLOBAL_LDFLAGS for projects to compiled in x86. Build instructions: export AOSP=your-AOSP-path export NDK=$AOSP/ndk cd $NDK ; ./build/tools/dev-cleanup.sh ./build/tools/download-toolchain-sources.sh /tmp/ndk-$USER/src ./build/tools/gen-platforms.sh --minimal --dst-dir=$NDK --ndk-dir=$NDK --arch=x86_64 ./build/tools/build-gcc.sh /tmp/ndk-$USER/src $NDK x86_64-4.7 --try-64 rm -rf $NDK/toolchains/x86_64-4.7/prebuilt/linux-x86_64/sysroot cp -a $NDK/toolchains/x86_64-4.7/prebuilt/linux-x86_64/* \ $AOSP/prebuilts/gcc/linux-x86_64/x86/x86_64-linux-android-4.7 Change-Id: Iddb5246ff74c39feea79539e4471d5ddc15afe5c
2013-07-16Initial empty repositoryandroid-sdk-4.4.2_r1.0.1android-sdk-4.4.2_r1android-cts-4.4_r4android-cts-4.4_r1android-4.4w_r1android-4.4_r1.2.0.1android-4.4_r1.2android-4.4_r1.1.0.1android-4.4_r1.1android-4.4_r1.0.1android-4.4_r1android-4.4_r0.9android-4.4_r0.8android-4.4_r0.7android-4.4.4_r2.0.1android-4.4.4_r2android-4.4.4_r1.0.1android-4.4.4_r1android-4.4.3_r1.1.0.1android-4.4.3_r1.1android-4.4.3_r1.0.1android-4.4.3_r1android-4.4.2_r2.0.1android-4.4.2_r2android-4.4.2_r1.0.1android-4.4.2_r1android-4.4.1_r1.0.1android-4.4.1_r1kitkat-wearkitkat-releasekitkat-mr2.2-releasekitkat-mr2.1-releasekitkat-mr2-releasekitkat-mr1.1-releasekitkat-mr1-releasekitkat-devkitkat-cts-releasekitkat-cts-devjb-mr1.1-dev-plus-aospChad Jones