Merge "def-tool: Add APEX bionic to minimal tag file"

This commit is contained in:
Logan Chien
2019-05-07 18:04:41 +00:00
committed by Gerrit Code Review
2 changed files with 6 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
Path,Tag,Comments Path,Tag,Comments
/apex/com.android.runtime/${LIB}/bionic/libc.so,LL-NDK,
/apex/com.android.runtime/${LIB}/bionic/libdl.so,LL-NDK,
/apex/com.android.runtime/${LIB}/bionic/libm.so,LL-NDK,
/system/${LIB}/android.frameworks.displayservice@1.0.so,VNDK, /system/${LIB}/android.frameworks.displayservice@1.0.so,VNDK,
/system/${LIB}/android.frameworks.schedulerservice@1.0.so,VNDK, /system/${LIB}/android.frameworks.schedulerservice@1.0.so,VNDK,
/system/${LIB}/android.frameworks.sensorservice@1.0.so,VNDK, /system/${LIB}/android.frameworks.sensorservice@1.0.so,VNDK,
1 Path Tag Comments
2 /apex/com.android.runtime/${LIB}/bionic/libc.so LL-NDK
3 /apex/com.android.runtime/${LIB}/bionic/libdl.so LL-NDK
4 /apex/com.android.runtime/${LIB}/bionic/libm.so LL-NDK
5 /system/${LIB}/android.frameworks.displayservice@1.0.so VNDK
6 /system/${LIB}/android.frameworks.schedulerservice@1.0.so VNDK
7 /system/${LIB}/android.frameworks.sensorservice@1.0.so VNDK

View File

@@ -1,4 +1,7 @@
Path,Tag,Comments Path,Tag,Comments
/apex/com.android.runtime/${LIB}/bionic/libc.so,LL-NDK,
/apex/com.android.runtime/${LIB}/bionic/libdl.so,LL-NDK,
/apex/com.android.runtime/${LIB}/bionic/libm.so,LL-NDK,
/system/${LIB}/libEGL.so,LL-NDK, /system/${LIB}/libEGL.so,LL-NDK,
/system/${LIB}/libGLESv1_CM.so,LL-NDK, /system/${LIB}/libGLESv1_CM.so,LL-NDK,
/system/${LIB}/libGLESv2.so,LL-NDK, /system/${LIB}/libGLESv2.so,LL-NDK,
1 Path Tag Comments
2 /apex/com.android.runtime/${LIB}/bionic/libc.so LL-NDK
3 /apex/com.android.runtime/${LIB}/bionic/libdl.so LL-NDK
4 /apex/com.android.runtime/${LIB}/bionic/libm.so LL-NDK
5 /system/${LIB}/libEGL.so LL-NDK
6 /system/${LIB}/libGLESv1_CM.so LL-NDK
7 /system/${LIB}/libGLESv2.so LL-NDK