Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

development: List of commits

development


RSS
Rev. Time Author
40e6911 eclair-x86 2010-04-16 17:58:24 Yi Sun

add ethernet into projcet list

a6649e4 2010-04-16 17:58:24 Chih-Wei Huang

NDK: fix x86 support

The default toolchain is set to x86. So make APP=xxx will
generate x86 libraries. To generate arm libraries, use
make NDK_TOOLCHAIN=arm-eabi-4.4.0 APP=xxx

e90215c 2010-04-16 17:58:23 Yi Sun

add x86 support for ndk

f37845f 2010-04-16 17:58:22 Wallace.Wang

enable the monkey tool after some keys added

e12d6bb 2010-04-16 17:58:22 Yi Sun

Changed Ctrl to the real Ctrl keys. I did not add CAP key support for the Term yet.

4a129f2 2010-03-11 12:29:15 Xavier Ducrohet

Add the new library files to the build. (do not merge)

Also move the platform to 2.1_r2

Change-Id: I545270356180d40568abcbad9cdeb28f8c5a53bc

4653cb8 2010-02-23 09:23:24 David 'Digit' Turner

cpufeatures license is BSD, no Apache 2.0

693ad65 2010-02-23 07:11:07 David 'Digit' Turner

Add missing copyright disclaimers to cpufeatures and hello-neon

f4efa04 2010-02-22 05:23:51 David 'Digit' Turner

Update hello-gl2 sample to properly implement EGL Config selection.

Also add some comments to explicit what is being done here.
+ add <uses-feature android:glEsVersion="0x00020000"/> to AndroidManifest.xml

92210fe 2010-02-13 10:23:21 David 'Digit' Turner

Update documentation + simplify make-release.sh script

93369c2 2010-02-13 09:26:31 David 'Digit' Turner

Add the 'hello-neon' sample app to demonstrate cpufeatures and ARM Neon usage.

+ Add a small cleanup script (build/tools/cleanup-apps.sh)
+ Minor formatting of hello-gl2 sample.

e6aa422 2010-02-12 03:56:24 David Turner

Merge "Add NEON support to the NDK build system + docs" into eclair

40e665a 2010-02-11 04:18:23 James Yum

cleanup

deleted: licensing/ILicenseResultListener.aidl
deleted: licensing/ILicensingService.aidl
deleted: licensing/LicenseChecker.java
deleted: licensing/LicenseCheckerCallback.java
deleted: licensing/LicenseValidator.java
deleted: licensing/Policy.java
deleted: licensing/ResponseData.java
deleted: licensing/StrictPolicy.java

4389d65 2010-02-10 11:36:48 Dirk Dougherty

Merge "Add SampleSyncAdapter to SDK build and docs build. Add CubeLiveWallpaper to docs build." into eclair

658d86e 2010-02-10 11:00:44 Dirk Dougherty

Add SampleSyncAdapter to SDK build and docs build. Add CubeLiveWallpaper to docs build.

Change-Id: I149fb2aab91d0a2dfc4242a85118bf20dea97e42

da4b831 2010-02-10 06:18:48 David 'Digit' Turner

Add NEON support to the NDK build system + docs

You can now define LOCAL_ARM_NEON to 'true' in your Android.mk
to indicate that a whole module must be compiled with NEON support.

Alternatively, use the .neon suffix when listing source files in
LOCAL_SRC_FILES to indicate that they should be built with NEON
support. E.g.:

LOCAL_SRC_FILES := foo.c.neon bar.c zoo.c.arm.neon

Note that .arm.neon is supported, but .neon.arm is NOT.

Also added documentation in docs/CPU-ARM-NEON.TXT

Another patch will provide one or more sample applications
to demonstrate all of this.

3b712fd 2010-02-09 05:35:21 David Turner

Merge "Add 'cpufeatures' library to perform runtime CPU family/features detection." into eclair

4380991 2010-02-06 09:03:39 David 'Digit' Turner

Add 'cpufeatures' library to perform runtime CPU family/features detection.

It is provided as a static library that NDK developers can link against.
The code is designed to run on all official Android platforms, starting
from Android 1.5.

c13fbca 2010-02-06 01:09:32 The Android Open Source Project

reconcile main tree with open-source eclair

ca7a9d3 2010-02-04 05:24:47 Megha Joshi

Merge "SampleSyncAdapter sample code." into eclair

00bf0f0 2010-02-02 08:44:47 Megha Joshi

SampleSyncAdapter sample code.

098a526 2010-01-30 10:17:26 Raphael Moll

Merge "SDK Manager: post install script to update SDK Setup.exe" into eclair

50c5ce0 2010-01-30 07:44:39 David Turner

Merge "Force ARMv7 builds to use only 16 FP registers." into eclair

cd429cb 2010-01-30 07:07:44 The Android Open Source Project

reconcile android-2.1_r1 snapshot

6d32277 2010-01-29 13:13:15 Raphael

SDK Manager: post install script to update SDK Setup.exe

SDK Bug: 2404830

Change-Id: I7e2346c95132ff6d26468d589212bf83e15ce407

1466504 2010-01-29 10:58:56 David 'Digit' Turner

Force ARMv7 builds to use only 16 FP registers.

This is needed because upcoming Cortex-A9 devices implement
VFPv3-D16 instead of the assumed VFPv3-D32 and have thus half
the floating-point registers.

b8168f2 2010-01-29 03:36:53 James Yum

Merge "Market licensing server library core." into eclair

f515e95 2010-01-29 00:21:49 Romain Guy

Add uses-feature for live wallpaper sample.

Change-Id: I766d72ea79e8ef9530b2c485376a3429b530a00f

f32f3b5 2010-01-28 11:51:48 James Yum

Market licensing server library core.

new file: ILicenseResultListener.aidl
new file: ILicensingService.aidl
new file: LicenseChecker.java
new file: LicenseCheckerCallback.java
new file: Policy.java
new file: ResponseData.java
new file: StrictPolicy.java

new file: LicenseValidator.java

e848f6b 2010-01-28 10:54:29 Brett Chabot

Merge "Fix cts-content testdef." into eclair

Show on old repository browser