Commit Graph

13194 Commits

Author SHA1 Message Date
Andrew Hsieh
6d2d58de54 Merge "Fixed asset_manager.h, rect_manager.h, and jni.h" 2014-01-16 17:02:36 +00:00
Amith Yamasani
52cf96e9aa Merge "Update eclipse classpath due to change in directory structure" into klp-modular-dev 2014-01-15 22:06:55 +00:00
Andrew Hsieh
2c8776805a Fix headers to be inclued alone
See b.android.com/64679 for one of header sys/prctl.h

Change-Id: Ie415ebe2086d2f0190d84fba0c57cc7e1e5822ae
2014-01-13 12:58:46 +08:00
Andrew Hsieh
926d852a5b am 1c9e7361: am 3517e742: Merge "Implement wait4 already exist in header"
* commit '1c9e736166ee6d00962360d1a41a840862346562':
  Implement wait4 already exist in header
2014-01-10 00:41:31 +00:00
Andrew Hsieh
1c9e736166 am 3517e742: Merge "Implement wait4 already exist in header"
* commit '3517e742e3df5a61e622204dbb8d4110b5bad3ac':
  Implement wait4 already exist in header
2014-01-09 16:36:48 -08:00
Andrew Hsieh
3517e742e3 Merge "Implement wait4 already exist in header" 2014-01-10 00:31:50 +00:00
Andrew Hsieh
d980848377 Fix typo in comments in looper.h
Remove android-13's looper.h because it's identical to android-9's
Note that ndk/platforms/android-N only keep delta to previous level

Change-Id: Ibd2c3e168cfe7f6902fdc6eca2e2778d8ccf1fac
2014-01-08 17:24:22 +08:00
Andrew Hsieh
fbb32955a4 Fixed asset_manager.h, rect_manager.h, and jni.h
1. Fixed missing #include <sys/types.h> in android/asset_manager.h for API >= 13
2. Fixed missing #include <stdint.h> in android/rect_manager.h for API >= 14
3. Added JNICALL to JNI_OnLoad and JNI_OnUnload in jni.h

Change-Id: I875ec0b6e6f7c2f433c176f0a738eb78f3c33062
2014-01-08 14:10:06 +08:00
Deepanshu Gupta
bc0b4a804f Bundle Noto fonts with the SDK
Change-Id: I28c48b3b5dbd761ef0391497e834f315ac83cae4
2014-01-08 01:44:45 +00:00
Xavier Ducrohet
7d85d0a99c am d3795c4d: am 8c2f72eb: am 0a56aecd: Update build tools to 19.0.2
* commit 'd3795c4da6c0652c29e339cab24b28f27ac96f46':
  Update build tools to 19.0.2
2014-01-07 18:12:47 +00:00
Xavier Ducrohet
699fdf7031 am c7e44de1: am cd171fd3: am 7f15ddd5: Properly package the RS support bc file.
* commit 'c7e44de1962a3c9e56645213d6b58bc08cf4597e':
  Properly package the RS support bc file.
2014-01-07 18:12:46 +00:00
Xavier Ducrohet
d3795c4da6 am 8c2f72eb: am 0a56aecd: Update build tools to 19.0.2
* commit '8c2f72ebc8a34704da0f9dce5cf53cf7f8afeee2':
  Update build tools to 19.0.2
2014-01-07 10:06:50 -08:00
Xavier Ducrohet
c7e44de196 am cd171fd3: am 7f15ddd5: Properly package the RS support bc file.
* commit 'cd171fd352aa8e6e1d1bc903038a81b7702f6d7a':
  Properly package the RS support bc file.
2014-01-07 10:06:49 -08:00
Xavier Ducrohet
8c2f72ebc8 am 0a56aecd: Update build tools to 19.0.2
* commit '0a56aecdbbfb3e3e08a73c7411f41f5c7f0cabaa':
  Update build tools to 19.0.2
2014-01-07 10:03:43 -08:00
Xavier Ducrohet
cd171fd352 am 7f15ddd5: Properly package the RS support bc file.
* commit '7f15ddd546be5203f8de654ff36885f629490813':
  Properly package the RS support bc file.
2014-01-07 10:03:42 -08:00
Andrew Hsieh
bc5de16b6b am e89c4f7f: am 365e66fe: Merge "Fixed API18 math.h for clang3.4"
* commit 'e89c4f7f47d97f2dd8de00a47c0bbc20e790c922':
  Fixed API18 math.h for clang3.4
2014-01-07 00:30:50 +00:00
Andrew Hsieh
e89c4f7f47 am 365e66fe: Merge "Fixed API18 math.h for clang3.4"
* commit '365e66feaf8f653fdc1618f6e220207a28bb4bc6':
  Fixed API18 math.h for clang3.4
2014-01-06 16:26:01 -08:00
Andrew Hsieh
365e66feaf Merge "Fixed API18 math.h for clang3.4" 2014-01-07 00:21:56 +00:00
Xavier Ducrohet
0a56aecdbb Update build tools to 19.0.2
Change-Id: I339c292aece1101a6afaf89db20a9d985427e561
2014-01-02 16:24:41 -08:00
Xavier Ducrohet
7f15ddd546 Properly package the RS support bc file.
Change-Id: Ia55b597085c97cb07029b812392a618a4670ff36
2014-01-02 16:24:21 -08:00
Andrew Hsieh
f242723e9d Fixed API18 math.h for clang3.4
Clang3.4 can take __builtin_nexttoward and __builtin_nexttowardf.
Also fix a minor typo in comment

Change-Id: If98a35e2e38c45ebd619b0ceb6c5ee41acc4e415
2013-12-30 14:14:09 +08:00
Andrew Hsieh
1fd910a7df am cbe87010: am 29c857fe: Merge "Restore immersive mode when volume button has been pressed."
* commit 'cbe870105d87898f4ed8687fde0952143946962e':
  Restore immersive mode when volume button has been pressed.
2013-12-30 06:10:21 +00:00
Andrew Hsieh
0862223e51 am 412eed7a: am 13f2b7e1: Merge "Fix rendering issue in Tegra2/3."
* commit '412eed7a9414317bc3f591fb9cb1c5a28a2f5974':
  Fix rendering issue in Tegra2/3.
2013-12-30 06:10:20 +00:00
Andrew Hsieh
cbe870105d am 29c857fe: Merge "Restore immersive mode when volume button has been pressed."
* commit '29c857fe6df5362ed16f2748d2447fe76209e2cb':
  Restore immersive mode when volume button has been pressed.
2013-12-29 22:05:58 -08:00
Andrew Hsieh
412eed7a94 am 13f2b7e1: Merge "Fix rendering issue in Tegra2/3."
* commit '13f2b7e16913512d4042a35dec05d71bba2983b0':
  Fix rendering issue in Tegra2/3.
2013-12-29 22:05:57 -08:00
Andrew Hsieh
29c857fe6d Merge "Restore immersive mode when volume button has been pressed." 2013-12-30 06:01:37 +00:00
Andrew Hsieh
13f2b7e169 Merge "Fix rendering issue in Tegra2/3." 2013-12-30 06:01:25 +00:00
Hak Matsuda
78bf635170 Restore immersive mode when volume button has been pressed.
Workaround issue where SYSTEM_UI_FLAG_IMMERSIVE_STICKY is invalidated
when a volume button is pressed (internal bug ref b/11986621)

Immersive mode still does not recover when the screen has been
rotated, due to onSystemUiVisibilityChange is not triggered
when screen is rotated (internal bug ref b/11990702)

Change-Id: Ifdfe9b24d5c3c208441aeca0fbb2b1eaee39da95
2013-12-30 13:49:54 +08:00
Hak Matsuda
2a0781b43d Fix rendering issue in Tegra2/3.
Now having medium precision for specular variable, so that specular power can be <1.0

Change-Id: I15459d34e269ba7d31bc899460540fe390e5e294
2013-12-30 13:49:23 +08:00
Andrew Hsieh
7e25851a68 Implement wait4 already exist in header
1. Implement wait4 by calling __wait4 exists in libc.so
2. Add wait4 to libc.a

Change-Id: I08b6555cc50ee88358cd2ec63f9d8d2d4482305a
2013-12-30 11:57:38 +08:00
Andrew Hsieh
4ecd37d091 am 57ebb3aa: am 7c35de7f: Merge "Add support for building the NDK\'s native_app_glue."
* commit '57ebb3aaa50b1f6aa032f882c6baaa69aa2da762':
  Add support for building the NDK's native_app_glue.
2013-12-27 00:09:19 +00:00
Andrew Hsieh
57ebb3aaa5 am 7c35de7f: Merge "Add support for building the NDK\'s native_app_glue."
* commit '7c35de7f0a1747b868304daff1c75907cba215b3':
  Add support for building the NDK's native_app_glue.
2013-12-26 16:06:10 -08:00
Andrew Hsieh
7c35de7f0a Merge "Add support for building the NDK's native_app_glue." 2013-12-27 00:00:01 +00:00
Todd Fiala
cfa0f35d00 Add support for building the NDK's native_app_glue.
Required for upcoming CTS tests that utilize the native_app_glue
framework to simplify native test apps.

In support of this feature:
https://code.google.com/p/android/issues/detail?id=63920

Change-Id: I3fe5dab26c147636538a4b519683493d8e78d26f
2013-12-26 15:39:36 +00:00
Andrew Hsieh
d9abded2b2 am 7a432f8c: am 11728ce9: Merge "Workaround the __builtin_isnan() type error for clang 3.4."
* commit '7a432f8cf2f16611a2964c1208d363ffc0e0be9f':
  Workaround the __builtin_isnan() type error for clang 3.4.
2013-12-25 02:16:49 +00:00
Andrew Hsieh
7a432f8cf2 am 11728ce9: Merge "Workaround the __builtin_isnan() type error for clang 3.4."
* commit '11728ce9bbfaaf3599566b94d6a4207fde749beb':
  Workaround the __builtin_isnan() type error for clang 3.4.
2013-12-24 18:12:16 -08:00
Andrew Hsieh
11728ce9bb Merge "Workaround the __builtin_isnan() type error for clang 3.4." 2013-12-25 02:09:13 +00:00
Logan Chien
ad40d952a1 Workaround the __builtin_isnan() type error for clang 3.4.
Similar to clang 3.3, it seems that clang 3.4 declares an incompatible
function prototypes for __builtin_isnan().  To workaround this issue,
we should not declare the function prototype for __builtin_isnan().

Note: Though it may be good to fix this in clang type checker, like
__builtin_nexttoward(), however it seems non-trivial since __builtin_isnsn()
might be overloaded.  We can revert this after we have fixed the
clang builtin definition.

Change-Id: I329b56225f3d229b0c141bb8414c4369f154efda
2013-12-25 01:59:29 +00:00
Christopher Ferris
a8a66a4e19 am 3356457a: am 9092f8fb: Merge "Use uapi kernel headers."
* commit '3356457a94d3e0754479832ac18cdf202c36cdaf':
  Use uapi kernel headers.
2013-12-20 19:15:36 +00:00
Christopher Ferris
3356457a94 am 9092f8fb: Merge "Use uapi kernel headers."
* commit '9092f8fb0a86501fe0781f138e96e1dd2638c778':
  Use uapi kernel headers.
2013-12-20 11:10:36 -08:00
Christopher Ferris
9092f8fb0a Merge "Use uapi kernel headers." 2013-12-20 19:06:05 +00:00
Amith Yamasani
a684a10e20 Update eclipse classpath due to change in directory structure
Moved frameworks/base/services/java to multiple subdirectories

Change-Id: I99b22ef38b7779f5eab50a721000ee9055d021af
2013-12-19 15:40:08 -08:00
Scott Main
8a37395f3a remove redirect for guide/index.html now that we actually have such a page
Change-Id: I9511ecb7f3af1d1884c1d3952224c45bd4546837
2013-12-19 15:06:35 -08:00
Adam Powell
544a42f00f Example activity for RecyclerView
Also includes a very basic custom RecyclerView LayoutManager.

Change-Id: Ic6dca39a4e71dbe8b3b82965299bc554fad18a43
2013-12-19 22:17:33 +00:00
Christopher Ferris
7bc2433721 Use uapi kernel headers.
Bug: 11559337
Change-Id: I9060b95f9e5d0b7d2173695d6a27df7b4d5d0758
2013-12-18 14:59:59 -08:00
Andrew Hsieh
2ead849b89 am 0c5907b3: am 2f5fa0be: Merge "ndk: Fix wait4() declarations"
* commit '0c5907b31ce1bbeda51770104785035fa62f6c41':
  ndk: Fix wait4() declarations
2013-12-13 02:30:26 +00:00
Andrew Hsieh
0c5907b31c am 2f5fa0be: Merge "ndk: Fix wait4() declarations"
* commit '2f5fa0bebdbf02e333688b2ce26dda2fe4553576':
  ndk: Fix wait4() declarations
2013-12-12 18:25:03 -08:00
Andrew Hsieh
2f5fa0bebd Merge "ndk: Fix wait4() declarations" 2013-12-13 01:51:40 +00:00
Narayan Kamath
7d3b1cc2cf am 4ebf0371: am 1e18a584: Merge "Whitelist libziparchive for windows."
* commit '4ebf03711a8e34479f35941f2cc595e2b7283808':
  Whitelist libziparchive for windows.
2013-12-11 21:06:40 +00:00
Narayan Kamath
4ebf03711a am 1e18a584: Merge "Whitelist libziparchive for windows."
* commit '1e18a584efe16cd387c603738c47c0591532e8d9':
  Whitelist libziparchive for windows.
2013-12-11 09:40:02 -08:00