Commit Graph

10056 Commits

Author SHA1 Message Date
Andrew Hsieh
ccb5511069 am 672ab2a3: am 15b930a3: am a9adb11a: Merge "ndk: disable logs in release builds of native_app_glue library."
* commit '672ab2a395cab392e5781d0551df8ae485db0f4a':
  ndk: disable logs in release builds of native_app_glue library.
2012-04-02 00:46:00 -07:00
Andrew Hsieh
40c9182f84 am 3e5127ef: am 7ea377d2: am ac1d40cf: Merge "Fixed inconsistent minSdkVersion and target= in NDK samples"
* commit '3e5127efe4979645ac43b841caecba8187a8d431':
  Fixed inconsistent minSdkVersion and target= in NDK samples
2012-04-02 00:45:59 -07:00
Andrew Hsieh
53e47ee6d3 am 4ab5bd9d: am 0117043e: am 7a17a9af: Merge "Fixed to #include correct 32-bit headers"
* commit '4ab5bd9deb1f34d5ceda6d2385808043a4720838':
  Fixed to #include correct 32-bit headers
2012-04-02 00:45:58 -07:00
Andrew Hsieh
04178e1cab am ea046fad: am ee8746da: Merge "ndk: libc: Add RLIM_RTTIME to <asm-generic/resource.h>"
* commit 'ea046fadf5df120738a2eb45e42ca6891e4e3dbd':
  ndk: libc: Add RLIM_RTTIME to <asm-generic/resource.h>
2012-04-02 00:43:58 -07:00
Andrew Hsieh
54ee243d1e am a4c42802: am 3211c04a: Merge "ndk: arm: Update <asm/ptrace.h> and <asm/user.h>"
* commit 'a4c42802df0e2245a6915e9a850a0ad10f35225c':
  ndk: arm: Update <asm/ptrace.h> and <asm/user.h>
2012-04-02 00:43:57 -07:00
Andrew Hsieh
672ab2a395 am 15b930a3: am a9adb11a: Merge "ndk: disable logs in release builds of native_app_glue library."
* commit '15b930a3e1593315af61b5999a9fd873557e76c2':
  ndk: disable logs in release builds of native_app_glue library.
2012-04-02 00:43:56 -07:00
Andrew Hsieh
3e5127efe4 am 7ea377d2: am ac1d40cf: Merge "Fixed inconsistent minSdkVersion and target= in NDK samples"
* commit '7ea377d2a7f8557545259698e6d8e4536ceadc2a':
  Fixed inconsistent minSdkVersion and target= in NDK samples
2012-04-02 00:43:55 -07:00
Andrew Hsieh
4ab5bd9deb am 0117043e: am 7a17a9af: Merge "Fixed to #include correct 32-bit headers"
* commit '0117043e299fe5c8b9b2d3d00d05e76526c2e017':
  Fixed to #include correct 32-bit headers
2012-04-02 00:43:55 -07:00
Andrew Hsieh
ea046fadf5 am ee8746da: Merge "ndk: libc: Add RLIM_RTTIME to <asm-generic/resource.h>"
* commit 'ee8746daba45a79e32bfb0946f4ac9677cc4cafe':
  ndk: libc: Add RLIM_RTTIME to <asm-generic/resource.h>
2012-04-02 00:41:49 -07:00
Andrew Hsieh
a4c42802df am 3211c04a: Merge "ndk: arm: Update <asm/ptrace.h> and <asm/user.h>"
* commit '3211c04af13ce0d5a5280fa0ba6cdcd5760a542e':
  ndk: arm: Update <asm/ptrace.h> and <asm/user.h>
2012-04-02 00:41:48 -07:00
Andrew Hsieh
15b930a3e1 am a9adb11a: Merge "ndk: disable logs in release builds of native_app_glue library."
* commit 'a9adb11aaee79fb74a89025f41d4206a565bf6a3':
  ndk: disable logs in release builds of native_app_glue library.
2012-04-02 00:41:47 -07:00
Andrew Hsieh
7ea377d2a7 am ac1d40cf: Merge "Fixed inconsistent minSdkVersion and target= in NDK samples"
* commit 'ac1d40cf4fae70533a18205e4a6736b198aa8251':
  Fixed inconsistent minSdkVersion and target= in NDK samples
2012-04-02 00:41:46 -07:00
Andrew Hsieh
0117043e29 am 7a17a9af: Merge "Fixed to #include correct 32-bit headers"
* commit '7a17a9aff795e9ae17de50b5001bef8412f3e300':
  Fixed to #include correct 32-bit headers
2012-04-02 00:41:44 -07:00
David 'Digit' Turner
5704b40d70 ndk: minor update to <netinet/...> headers.
This patch contains a minor update to the netinet headers from the C library.
Most of the changes come from later platform release, but can be safely back-ported
to previous API levels since they don't change the ABI:

- <netinet/icmp6.h>, <netinet/ip6.h>: new headers
- <netinet/in.h>: now always include <linux/ipv6.h> by default
- <netinet/in6.h>: add macros: IN6_IS_ADDR_ULA, IN6ADDR_LOOPBACK_INIT
- <netinet/ip.h>: add macro: IPTOS_MINCOST
- <net/if_ether.h>: always include <sys/types.h> by default.
2012-04-02 15:31:20 +08:00
Andrew Hsieh
ee8746daba Merge "ndk: libc: Add RLIM_RTTIME to <asm-generic/resource.h>" 2012-04-02 00:15:32 -07:00
David 'Digit' Turner
554c5eca78 ndk: libc: Add RLIM_RTTIME to <asm-generic/resource.h>
This is a back-port of a fix that was performed in 4.0.1 to all previous platforms.
2012-04-02 15:14:10 +08:00
Andrew Hsieh
3211c04af1 Merge "ndk: arm: Update <asm/ptrace.h> and <asm/user.h>" 2012-04-02 00:12:14 -07:00
David 'Digit' Turner
34c6c855bc ndk: arm: Update <asm/ptrace.h> and <asm/user.h>
This is a minor update to two ARM-specific kernel headers.

- <asm/ptrace.h>: Add two new constants
- <asm/user.h>: Add 'struct vfp_user' and 'struct vfp_user_exc'
2012-04-02 15:11:02 +08:00
Andrew Hsieh
a9adb11aae Merge "ndk: disable logs in release builds of native_app_glue library." 2012-04-02 00:08:08 -07:00
David 'Digit' Turner
e938d97d6b ndk: disable logs in release builds of native_app_glue library.
This patch disables all the logs from the 'native_app_glue' helper
library (used to implement native activities with the NDK), unless
you're building a debug build.
2012-04-02 15:06:11 +08:00
Andrew Hsieh
ac1d40cf4f Merge "Fixed inconsistent minSdkVersion and target= in NDK samples" 2012-04-02 00:00:56 -07:00
Andrew Hsieh
a79e56e2f8 Fixed inconsistent minSdkVersion and target= in NDK samples
Also removed Dummy.java and auto-gen files
Inspired by http://code.google.com/p/android/issues/detail?id=20017
2012-04-02 15:00:03 +08:00
Andrew Hsieh
7a17a9aff7 Merge "Fixed to #include correct 32-bit headers" 2012-04-01 23:38:27 -07:00
Andrew Hsieh
0523af7ca2 Fixed to #include correct 32-bit headers
Corrected for example <asm/io.h> to include io_32.h instead of io_64.h
(which is missing, BTW).

Copied from the results of commit (same title) in bionic.git:
126601dd3f5303b50033dcb88945d928aa764aa4
2012-04-02 14:35:36 +08:00
Tony Chan
ef1e085461 am 7b1dc62a: am f26fe680: am 1a2ddb42: sdk doc change: Added KeyChain API Demo
* commit '7b1dc62ab8b8a085238b809b295a352015834e9a':
2012-03-31 02:25:53 -07:00
Tony Chan
7b1dc62ab8 am f26fe680: am 1a2ddb42: sdk doc change: Added KeyChain API Demo
* commit 'f26fe680e4a11e67340848ce6509a79924c77b29':
2012-03-31 02:23:51 -07:00
Tony Chan
8346f695d1 am d426fcd9: am a29f43f6: am 1a2ddb42: sdk doc change: Added KeyChain API Demo
* commit 'd426fcd9c2df2643b61c0627a41afbe453c9faf4':
  sdk doc change: Added KeyChain API Demo
2012-03-31 02:23:12 -07:00
Tony Chan
d426fcd9c2 am a29f43f6: am 1a2ddb42: sdk doc change: Added KeyChain API Demo
* commit 'a29f43f6e18ef78e73b64e6f2a0b34908f67fa21':
  sdk doc change: Added KeyChain API Demo
2012-03-31 02:20:36 -07:00
Tony Chan
f26fe680e4 am 1a2ddb42: sdk doc change: Added KeyChain API Demo
* commit '1a2ddb4216d81f9feadfea3a94bc9923255fe49a':
  sdk doc change: Added KeyChain API Demo
2012-03-31 02:18:32 -07:00
Tony Chan
a29f43f6e1 am 1a2ddb42: sdk doc change: Added KeyChain API Demo
* commit '1a2ddb4216d81f9feadfea3a94bc9923255fe49a':
  sdk doc change: Added KeyChain API Demo
2012-03-31 02:17:44 -07:00
Tony Chan
2366bc22e7 am 1a2ddb42: sdk doc change: Added KeyChain API Demo
* commit '1a2ddb4216d81f9feadfea3a94bc9923255fe49a':
  sdk doc change: Added KeyChain API Demo
2012-03-31 02:15:58 -07:00
Andrew Hsieh
08f4a2848e am b7e584c9: am b002fa5f: am 2c950473: Merge "MIPS platform files for building the NDK"
* commit 'b7e584c94b23aab20377660eea7f9fd062321c7a':
  MIPS platform files for building the NDK
2012-03-30 22:35:22 -07:00
Andrew Hsieh
eb112748e2 am 844020ac: am 7512bce0: am 49513bb2: Merge "[MIPS] crt* Object files generated from .S files. The object files are generated with the assembler built from binutils-2.21"
* commit '844020ace77515e55a6dc7a09e17c1a90f4178ac':
  [MIPS] crt* Object files generated from .S files. The object files are generated with the assembler built from binutils-2.21
2012-03-30 22:35:21 -07:00
Andrew Hsieh
b7e584c94b am b002fa5f: am 2c950473: Merge "MIPS platform files for building the NDK"
* commit 'b002fa5fc82c71c10ebf1740dc8c83faacc032ef':
  MIPS platform files for building the NDK
2012-03-30 22:33:21 -07:00
Andrew Hsieh
844020ace7 am 7512bce0: am 49513bb2: Merge "[MIPS] crt* Object files generated from .S files. The object files are generated with the assembler built from binutils-2.21"
* commit '7512bce044a0b8c995026ccc8db22f8f67154439':
  [MIPS] crt* Object files generated from .S files. The object files are generated with the assembler built from binutils-2.21
2012-03-30 22:33:20 -07:00
Andrew Hsieh
b002fa5fc8 am 2c950473: Merge "MIPS platform files for building the NDK"
* commit '2c9504731b2338b28640a752b94bc8c41299e6cb':
  MIPS platform files for building the NDK
2012-03-30 22:31:30 -07:00
Andrew Hsieh
7512bce044 am 49513bb2: Merge "[MIPS] crt* Object files generated from .S files. The object files are generated with the assembler built from binutils-2.21"
* commit '49513bb2c3105b43e81e1d6dbace3626750bd1a8':
  [MIPS] crt* Object files generated from .S files. The object files are generated with the assembler built from binutils-2.21
2012-03-30 22:31:29 -07:00
Andrew Hsieh
2c9504731b Merge "MIPS platform files for building the NDK" 2012-03-30 19:10:05 -07:00
Andrew Hsieh
49513bb2c3 Merge "[MIPS] crt* Object files generated from .S files. The object files are generated with the assembler built from binutils-2.21" 2012-03-30 19:07:23 -07:00
Jason Sams
93036ac706 Relax FP requirements
Change-Id: I9fd40638700918cfc22d678374f05556208490a2
2012-03-30 18:42:17 -07:00
Raghu Gandham
22d3d88a7a [MIPS] crt* Object files generated from .S files.
The object files are generated with the assembler
built from binutils-2.21
2012-03-30 18:27:51 -07:00
Chao-Ying Fu
718e73cf26 MIPS platform files for building the NDK
Change-Id: If19af75003aeb8872d23d7901f01c434bdc58a5f
2012-03-30 18:09:22 -07:00
Dianne Hackborn
adee1fdf63 Update Full Screen Modes to demostrate more modes.
UI is now a set of check boxes to toggle the various modes.

Also add new API demos for two typical implementations using
system UI flags: a content browser and a video player.

Change-Id: If93659343cfc42b903b18997a5a0a04ee10e8343
2012-03-30 17:13:06 -07:00
Tony Chan
1a2ddb4216 sdk doc change: Added KeyChain API Demo
Change-Id: Ib2b751a9de485359705b243d2c70e5f8f2c8ab3c
2012-03-30 11:10:01 +08:00
Jesse Hall
2d8fd6b94d am 64cd8f35: EmuGL: use custom egl.cfg in Google APIs add-on
* commit '64cd8f35fb9cefdeaaded4025af011d1d4c9b90a':
  EmuGL: use custom egl.cfg in Google APIs add-on
2012-03-29 12:09:48 -07:00
The Android Automerger
3af1de0c37 merge in jb-release history after reset to master 2012-03-29 08:13:29 -07:00
Andrew Hsieh
c94da69ce5 Refresh development/ndk/platforms/android-9/arch-x86/include/machine
Apply changes in bionic/libc/arch-x86/include/machine to
development/ndk/platforms/android-9/arch-x86/include/machine:

   commit 5fbf2e09921723cfdea75e83c1fac2080f0ad564

Change-Id: Ie0fe711ae4c866d9c1300430d5e9613ccb82da22
2012-03-29 20:42:23 +08:00
Andrew Hsieh
8d83be988a Fixed win_sdk build due to rs relocation
frameworks/base/libs/rs got promoted to its own git at frameworks/rs.
See https://android-git.corp.google.com/g/#/c/176760

Change-Id: I7ae8ed1df899eade42c77a85d2a63d012aa9fa13
2012-03-29 18:42:35 +08:00
Andrew Hsieh
cb69624158 am 9c8dbc67: am 0e8d9416: am 1a94764c: Merge "ndk: Add MIPS Platform files which contain C runtime headers and sources of crt* assembler files"
* commit '9c8dbc678008662dbcfc442650da099839b4bbe1':
  ndk: Add MIPS Platform files which contain C runtime headers and sources of crt* assembler files
2012-03-28 23:49:35 -07:00
Andrew Hsieh
9c8dbc6780 am 0e8d9416: am 1a94764c: Merge "ndk: Add MIPS Platform files which contain C runtime headers and sources of crt* assembler files"
* commit '0e8d941644d0d71b2999a30069eda8f9cf4e2b88':
  ndk: Add MIPS Platform files which contain C runtime headers and sources of crt* assembler files
2012-03-28 23:47:25 -07:00