summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-14Retire LOCAL_NDK_VERSION.HEADandroid-sdk-support_r11android-cts-4.2_r2android-cts-4.2_r1android-4.2_r1android-4.2.2_r1.2android-4.2.2_r1.1android-4.2.2_r1android-4.2.1_r1.2android-4.2.1_r1.1android-4.2.1_r1tools_r22.2tools_r22mastermainjb-mr1.1-releasejb-mr1.1-dev-plus-aospjb-mr1.1-devjb-mr1-releasejb-mr1-dev-plus-aospjb-mr1-devYing Wang
Bug: 6932421 Change-Id: Ifbe4b057a82792e6238edb51db2dbec75f0678f3
2012-06-20Clean up.Shih-wei Liao
Change-Id: I51d6c2b6668a46ce8febb0cf83b723ff272e6dea
2012-05-08Cleanup codeAndrew Hsieh
Revmoved lots of trailing spaces, etc. Change-Id: I5adee31b96a8c4b1375d93d386abde8e5f15f184
2012-05-07Update samplesAndrew Hsieh
The motivation of this update was to remove libnativehelper which was made implicitly available recently. But since we are on it, update samples source to recent one which allows same bitcode to compile/run on ARM/X86/MIPS. Tiny arch-specific *so are still required to call libbcc. Future llvm ABI in ndk will remove this restriction and phase out this. Change-Id: Ic32d7dcfbbe421c07911590b22dfd865cdeb2fb0
2012-03-26Fix buildandroid-cts-4.1_r4android-cts-4.1_r2android-cts-4.1_r1android-4.1.2_r2.1android-4.1.2_r2android-4.1.2_r1android-4.1.1_r6.1android-4.1.1_r6android-4.1.1_r5android-4.1.1_r4android-4.1.1_r3android-4.1.1_r2android-4.1.1_r1.1android-4.1.1_r1tools_r21jb-releasejb-mr0-releasejb-devGlenn Kasten
Change-Id: I9bc70e4b4a0a7b187bf1108b2542ff0f25d076c0
2012-02-23Workaround for Eclipse.Shih-wei Liao
Change-Id: I4f92924332fcdf37583ac9f0db52ec94b1f1bab9
2012-02-06Add stat.hShih-wei Liao
Change-Id: Ic3ad068477974a915c3fafaecd8fe3dff6290a88
2012-02-06Portable ioctlShih-wei Liao
Change-Id: I8999eb04ff8136b34d2139d7b0ea837e07ed09e5 Author: Chris Dearman <chris@mips.com>
2012-02-06Portable setsockopt/getsockoptShih-wei Liao
Change-Id: I3061511fb5a6389e8d8879a825ecf16cdeedf488 Author: Chris Dearman <chris@mips.com>
2012-02-06Finish socket implementationShih-wei Liao
Change-Id: Ifa4c628656a81255478c1ce4d786e7209d45ffbb Author: Chris Dearman <chris@mips.com>
2012-02-06Finish mmap implementationShih-wei Liao
Change-Id: Ie1705cfe76565ad206f6fbac410e99f90f61b5d7 Author: Chris Dearman <chris@mips.com>
2012-02-05Finish open implementationShih-wei Liao
Change-Id: Ifa4ee3bcc3f590edcaf6a570c2cbb5c7b91584ca
2012-02-05Import additional NDK header filesShih-wei Liao
Change-Id: I18a9d019ec7769cc6c4b1ccaa88f6a62627a7083 Author: Chris Dearman <chris@mips.com>
2012-02-05Socket code is built using native headersShih-wei Liao
Change-Id: I030cc9639a3148cfed14373465be3483ccf54c32 Author: Chris Dearman <chris@mips.com>
2012-02-05Add build checks to ensure the code is being built with MIPS headersShih-wei Liao
Change-Id: I52185d0ba81baa2380740491e6695ea99da795e1 Author: Chris Dearman <chris@mips.com>
2012-01-30Clean up.Shih-wei Liao
Change-Id: I561e3059ff9cd8c09f486c045dd9c7b68caeffc5
2012-01-30Add libportable that allows Quake to run with the same headers.Shih-wei Liao
This SHIM layer allows the same APK to be downloaded to MIPS, ARM and x86 and run. Change-Id: I30fab6837cca57705e05cfb1a051515ee908653a Author: Luse Cheng <luse.cheng@gmail.com>
2011-07-22Adding PhotoEditor & quake res/; Misc fixesAndrew Hsieh
Change-Id: I3d96725b2c6c96eabddc484a62a1919ac20814be
2011-07-21Merge "Adding samples/quake; misc scripts fixes. Fixed trailing whitespace ↵Shih-wei Liao
and tab as requrested."
2011-07-20Adding samples/quake; misc scripts fixes.Andrew Hsieh
Fixed trailing whitespace and tab as requrested. Change-Id: Ibbdabb74226fa83cd110319996b7a88242d0243e
2011-07-20Do not reJIT on every renderPlasma callJoseph Wen
Change-Id: I76540d6da34111c8284e2a5f8ece239bf6363c94
2011-07-19Use bccPrepareExecutable() instead of bccPrepareExecutableEx().Shih-wei Liao
Change-Id: Iaf24ddac827417b22a0d9087be91cd221241fb78
2011-07-18Add workaround for libbccJoseph Wen
Change-Id: I39ee7892877fde99f9d5b1deecf3358eb52c5c77
2011-07-18Migrate to non-deprecated bcc interface.Nowar Gu
2011-07-18Run ndk-build only when gdk-build is successful.Nowar Gu
2011-07-18Remove -g on release mode. (GDK_DEBUG=0)Nowar Gu
2011-07-18Improve fault tolerance of script.Nowar Gu
2011-07-18Apply missing changes.Nowar Gu
2011-07-18Keep NDK building system away from Makefile since annoying two-pass make ↵Nowar Gu
process.
2011-07-18Add directory platforms.Nowar Gu
2011-07-18Add some comments to make it clear.Nowar Gu
2011-07-18Hooray! We done the GDK building system.Nowar Gu
This building system is independent on NDK. It builds what is should (bitcodes), and then transfer the control to NDK building system, doing the remaining building. This code is still ugly. Need cleanup.
2011-07-18Improve build-prebuilt.sh.Nowar Gu
2011-07-06Remove hard coded include pathLogan Chien
Change-Id: I575b7731873bb962655239d13d84924033813e59
2011-07-06Add an empty Android.mk at top-level, to prevent any automatic build.Shih-wei Liao
Same design as in NDK. Change-Id: Ifd8d1ea92cc685cc057c3bac7377dddbb7ca6811
2011-07-06Fix broken build.Flavio Lerda
Remove Android.mk files for GDK samples. Change-Id: I9e40b97777520cba73d660546cd27ca707fffd5d
2011-07-06Fix samples Android-portable.mk.Nowar Gu
2011-07-06Improve building rules.Nowar Gu
2011-07-06Fix compilation rules.Nowar Gu
2011-07-05Add build-prebuilt.shNowar Gu
2011-07-05Oops! Don't forget delegating to NDK.Nowar Gu
2011-07-05Add building rule.Nowar Gu
Now we can use $(info ...) to check whether the rules is correct or not, but still not run practically.
2011-07-05Fix missing changes.Nowar Gu
2011-07-05Add clear-vars.mk.Nowar Gu
2011-07-05Allow non-exist Android-portable,mk.Nowar Gu
2011-07-05Scaffolding done.Nowar Gu
You can go to `samples/hello-llvm/' and run `../../gdk-build NDK_ROOT=<WHERE_NDK>' to see what happened.
2011-07-05Improve .gitignore.Nowar Gu
2011-07-05Code cleanup. Done yet.Nowar Gu
2011-07-04Code cleanup. Remove un-necessary components.Nowar Gu
2011-07-04Add -I and -L for Nowar. FIXME: Take out in future.Nowar Gu