aboutsummaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorWill Osborn <willosborn@google.com>2019-06-17 11:23:48 +0100
committerWill Osborn <willosborn@google.com>2019-06-17 11:23:48 +0100
commitb9c06254573138c7161626445deea0021bc06998 (patch)
treebe0ef712fa98821aedd49396a7d9858d2b05aa5f /meta
parent5e764f9d63639704e5a979e36b3a1de0783e97e2 (diff)
downloadr19-b9c06254573138c7161626445deea0021bc06998.tar.gz
Check in NDK r19c
Test: None Bug: None Change-Id: Icafaf060ad1950db758740b1bf0b8b226d03f1c4
Diffstat (limited to 'meta')
-rw-r--r--meta/abis.json22
-rw-r--r--meta/platforms.json20
-rw-r--r--meta/system_libs.json23
3 files changed, 65 insertions, 0 deletions
diff --git a/meta/abis.json b/meta/abis.json
new file mode 100644
index 0000000..2c43a49
--- /dev/null
+++ b/meta/abis.json
@@ -0,0 +1,22 @@
+{
+ "armeabi-v7a": {
+ "bitness": 32,
+ "default": true,
+ "deprecated": false
+ },
+ "arm64-v8a": {
+ "bitness": 64,
+ "default": true,
+ "deprecated": false
+ },
+ "x86": {
+ "bitness": 32,
+ "default": true,
+ "deprecated": false
+ },
+ "x86_64": {
+ "bitness": 64,
+ "default": true,
+ "deprecated": false
+ }
+}
diff --git a/meta/platforms.json b/meta/platforms.json
new file mode 100644
index 0000000..ac4b55f
--- /dev/null
+++ b/meta/platforms.json
@@ -0,0 +1,20 @@
+{
+ "min": 16,
+ "max": 28,
+ "aliases": {
+ "20": 19,
+ "25": 24,
+ "J": 16,
+ "J-MR1": 17,
+ "J-MR2": 18,
+ "K": 19,
+ "L": 21,
+ "L-MR1": 22,
+ "M": 23,
+ "N": 24,
+ "N-MR1": 24,
+ "O": 26,
+ "O-MR1": 27,
+ "P": 28
+ }
+}
diff --git a/meta/system_libs.json b/meta/system_libs.json
new file mode 100644
index 0000000..002ee5a
--- /dev/null
+++ b/meta/system_libs.json
@@ -0,0 +1,23 @@
+{
+ "libEGL.so": "16",
+ "libGLESv1_CM.so": "16",
+ "libGLESv2.so": "16",
+ "libGLESv3.so": "18",
+ "libOpenMAXAL.so": "16",
+ "libOpenSLES.so": "16",
+ "libaaudio.so": "26",
+ "libandroid.so": "16",
+ "libc.so": "16",
+ "libcamera2ndk.so": "24",
+ "libdl.so": "16",
+ "libjnigraphics.so": "16",
+ "liblog.so": "16",
+ "libm.so": "16",
+ "libmediandk.so": "21",
+ "libnativewindow.so": "26",
+ "libneuralnetworks.so": "27",
+ "libstdc++.so": "16",
+ "libsync.so": "26",
+ "libvulkan.so": "24",
+ "libz.so": "16"
+} \ No newline at end of file