| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
64-bit headers/libs hid in android-19, the highest API level when 64-bit
started, and the actually number for L wasn't known then.
Continue to symlink from other level to android-21, so projects build
for both 32- and 64-bit don't need to set LOCAL_SDK_VERSION higher than
necessary just to get 64-bit headers/libs, and risk unintended use of new APIs
BUG=17885653
Change-Id: I0edef2a624c71b2b2365d5660b4f221303ce15e5
|
|
|
|
|
|
|
|
|
|
| |
1) sync to bionic 9c07aee83b4ebbf2dba8e23d6896683187b9724e (Fri 7/18 2014)
2) Media API
3) GLES 3.1 and AEP extensions
4) Updated SLES/OpenSLES with support for single-precision FP audio format
5) Updated GLES2 and GLES3 headers updated to the latest official Khronos versions
Change-Id: Ie31339a69a4b87f9da717d5adc30a820d5dccae6
|
|
|
|
| |
Change-Id: I86e0e36bd5296d4b0ce05e9a2e8aaa756b6733b2
|
|
|
|
| |
Change-Id: Ib5d958289f55a0897e2894aede851fff3c8acfbe
|
|
|
|
|
|
| |
To bionic: 5265ad6273cd7c61d096ebe0e29e493915e7c63e (5/16)
Change-Id: I28dd1476ae522367b5ab7e5c1dc5864572404850
|
|
|
|
|
|
| |
to bionic: adfc007dbf936bd021d79ba2d2c360a3cfc77be9 5/19 2014
Change-Id: Id9994bab1ab8240853890c108e8aaa3ebac47fa8
|
|
x86_64 compiler by default looks for lib64 first.
Although arch-x86_64 itself suggests 64-bit already, we want
lib64 because
1. for library paths to be named consistently in x86_64 land
2. Open future possibility that both 32-/64-bit co-exist
in arch-x86/, with same usr/include, but distincts
usr/lib and usr/lib64
Place a symlink lib -> lib64 before changes in build/ take effects
Change-Id: I073a67c4d1cc11705bb211a6a96434cecdf3457b
|