No description
Find a file
Jiyong Park 00b15b8f22 Mark libEGL, GLESv1_CM, GLESv2, and GLESv3 as LLNDK
They are used by libRSDriver and libRS_internal which are VNDK-SP
libraries. Therefore, the EGL/GLES libs must be LLNDK or VNDK-SP. We
choose to make them as LLNDK since they already have stable ABIs (as
they are NDK).

In addition, two more functions of libEGL are exposed to vendors

eglQueryStringImplementationANDROID and eglDupNativeFenceFDANDROID are
non-NDK symbols but are being used by libgui, which is a library marked
with vendor_available:true. In order to provide the symbols to the
library, they are added to the map.txt file and tagged as "# vndk" so
that they are exposed only when built for vendor libs (and hidden when
built for NDK).

Furthermore, eglQueryStringImplementationANDROID is changed to C-symbol
in order to be mentioned in the map.txt file, where C++ mangled symbol
name can't be used.

Bug: 64425518
Test: BOARD_VNDK_VERSION=current m -j libRSDriver.vendor
Test: BOARD_VNDK_VERSION=current m -j libRS_internal.vendor
Change-Id: I4d5bcd5f72fb05a7908887f5192de70fd1d8c8f1
2017-08-11 10:08:54 +09:00
aidl Split view::Surface out of Surface.cpp 2017-02-09 23:07:31 +00:00
build Increase growth limit from 64m to 80m for 1024mb hdpi tablet 2014-12-11 13:40:37 -08:00
cmds Merge "Change UniquePtr to std::unique_ptr" into oc-mr1-dev 2017-08-08 23:45:33 +00:00
data/etc Rename radio feature to broadcastradio. 2017-07-12 12:23:31 -07:00
docs docs: Configure Doxygen to ignore conditional compilation statements. 2017-02-22 15:28:00 -08:00
headers Merge "Add new Dolby Vision Profile types" into oc-mr1-dev 2017-08-01 20:31:09 +00:00
include Merge changes from topic '62033391' into oc-dr1-dev 2017-08-02 23:00:21 +00:00
include_sensor/android Add libandroid_sensor_headers 2017-06-30 17:42:42 -07:00
libs Mark libEGL, GLESv1_CM, GLESv2, and GLESv3 as LLNDK 2017-08-11 10:08:54 +09:00
opengl Mark libEGL, GLESv1_CM, GLESv2, and GLESv3 as LLNDK 2017-08-11 10:08:54 +09:00
services Mark libEGL, GLESv1_CM, GLESv2, and GLESv3 as LLNDK 2017-08-11 10:08:54 +09:00
vulkan Add VK_COLOR_SPACE_EXTENDED_SRGB_NONLINEAR_EXT. 2017-08-01 10:53:01 -06:00
.clang-format Add default .clang-format 2017-03-24 15:45:18 -07:00
Android.bp Merge "Add libandroid_sensor_headers" 2017-07-06 18:07:41 +00:00
MODULE_LICENSE_APACHE2
NOTICE