Home
last modified time | relevance | path

Searched defs:provideNativeLibs (Results 1 – 23 of 23) sorted by relevance

/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.ipsec/
H A Dapex_manifest.json4 "provideNativeLibs": [], array
/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.sdkext/
H A Dapex_manifest.json4 "provideNativeLibs": [], array
/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.telephony/
H A Dapex_manifest.json4 "provideNativeLibs": [], array
/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.tzdata/
H A Dapex_manifest.json4 "provideNativeLibs": [], array
/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.vndk.vR/
H A Dapex_manifest.json4 "provideNativeLibs": [], array
/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.runtime/
H A Dapex_manifest.json4 "provideNativeLibs": [], array
/aosp12/packages/modules/RuntimeI18n/apex/
H A Dmanifest.json4 "provideNativeLibs": [ array
/aosp12/art/build/apex/
H A Dmanifest-art.json4 "provideNativeLibs": [ array
H A Dtest_apex_manifest.json4 "provideNativeLibs": [ array
/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.tethering/
H A Dapex_manifest.json4 "provideNativeLibs": [], array
/aosp12/system/apex/proto/
H A Dapex_manifest.proto47 repeated string provideNativeLibs = 7; field
/aosp12/system/apex/apexd/apexd_testdata/
H A Dmanifest_rebootless_provides_native_libs.json9 "provideNativeLibs": [ array
/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.resolv/
H A Dapex_manifest.json4 "provideNativeLibs": [ array
/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.adbd/
H A Dapex_manifest.json4 "provideNativeLibs": [ array
/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.conscrypt/
H A Dapex_manifest.json4 "provideNativeLibs": [], array
/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.cronet/
H A Dapex_manifest.json4 "provideNativeLibs": [], array
/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.media/
H A Dapex_manifest.json4 "provideNativeLibs": [], array
/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.neuralnetworks/
H A Dapex_manifest.json4 "provideNativeLibs": [ array
/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.i18n/
H A Dapex_manifest.json4 "provideNativeLibs": [ array
/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.media.swcodec/
H A Dapex_manifest.json4 "provideNativeLibs": [], array
/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.os.statsd/
H A Dapex_manifest.json5 "provideNativeLibs": [ "libstatspull.so", "libstatssocket.so" ], array
/aosp12/system/linkerconfig/testdata/root/system/apex/com.android.art/
H A Dapex_manifest.json4 "provideNativeLibs": [ array
/aosp12/build/soong/apex/
H A Dbuilder.go196 func (a *apexBundle) buildManifest(ctx android.ModuleContext, provideNativeLibs, requireNativeLibs … argument