From 34b702b2a4b45b888053e90600f530a29f54c71d Mon Sep 17 00:00:00 2001 From: Andrew Hsieh Date: Fri, 27 Sep 2013 02:45:40 -0700 Subject: Add symlink for x86/mips platform version 8. Although NDK support for MIPS/X86 starts only from android-9, some projects froyo-ub-gcore-* needs both at android-8... Change-Id: Iff0fc809a6f342bbbd3d3fc09adf4679d93b51dc --- 9/platforms/android-8/arch-mips | 1 + 9/platforms/android-8/arch-x86 | 1 + 2 files changed, 2 insertions(+) create mode 120000 9/platforms/android-8/arch-mips create mode 120000 9/platforms/android-8/arch-x86 (limited to '9/platforms/android-8') diff --git a/9/platforms/android-8/arch-mips b/9/platforms/android-8/arch-mips new file mode 120000 index 0000000..a00d0a9 --- /dev/null +++ b/9/platforms/android-8/arch-mips @@ -0,0 +1 @@ +../android-9/arch-mips/ \ No newline at end of file diff --git a/9/platforms/android-8/arch-x86 b/9/platforms/android-8/arch-x86 new file mode 120000 index 0000000..9f3e361 --- /dev/null +++ b/9/platforms/android-8/arch-x86 @@ -0,0 +1 @@ +../android-9/arch-x86/ \ No newline at end of file -- cgit v1.1