/frameworks/av/media/bufferpool/1.0/vts/ |
Android.bp | 24 static_libs: [ 42 static_libs: [
|
/frameworks/av/media/bufferpool/2.0/tests/ |
Android.bp | 24 static_libs: [ 42 static_libs: [
|
/device/google/marlin/health/ |
Android.bp | 32 static_libs: [
|
/device/google/wahoo/health/ |
Android.bp | 32 static_libs: [
|
/device/google/bonito/health/ |
Android.bp | 35 static_libs: [
|
/device/google/crosshatch/health/ |
Android.bp | 33 static_libs: [
|
/device/google/cuttlefish_common/guest/hals/health/ |
Android.bp | 30 static_libs: [
|
/development/vndk/tools/sourcedr/blueprint/ |
vndk.py | 82 static_libs = set(self.get_property('static_libs', default=[])) 88 static_libs -= set(target_vendor.get('exclude_static_libs', [])) 91 return (sorted(shared_libs), sorted(static_libs), sorted(header_libs))
|
/external/freetype/builds/unix/ |
freetype-config.in | 36 static_libs=`%PKG_CONFIG% --static --libs freetype2` 48 static_libs="%LIBSSTATIC_CONFIG%" 200 libs="$libs_L $static_libs"
|
/build/soong/bpfix/bpfix/ |
bpfix_test.go | 182 static_libs: [], 183 static_libs: [], 189 static_libs: [], 198 static_libs: [ 203 static_libs: ["c" /*c2*/], 209 static_libs: [ 223 static_libs: [ 228 static_libs: [ 238 static_libs: [
|
/external/perfetto/tools/ |
gen_android_bp | 114 ('static_libs', ['libasync_safe']), 120 ('static_libs', ['libhealthhalutils']), 126 module.static_libs.append('libgmock') 130 module.static_libs.append('libgtest_prod') 158 module.static_libs.append('libsqlite') 206 self.static_libs = [] 230 self._output_field(output, 'static_libs') 388 module.static_libs.append(label_to_module_name(dep_name))
|
/build/soong/java/ |
device_host_converter_test.go | 49 static_libs: ["device_for_host_module"], 132 static_libs: ["host_for_device_module"],
|
genrule.go | 57 // static_libs: ["generated_resources"],
|
java_test.go | 241 static_libs: ["baz"], 308 static_libs: ["foo"], 333 static_libs: ["baz"], 374 static_libs: ["baz"], 593 static_libs: ["foo"], 709 static_libs: ["jargen"],
|
kotlin_test.go | 35 static_libs: ["baz"],
|
aar.go | 424 // with aapt2. This module is not suitable for installing on a device, but can be used as a `static_libs` dependency of 453 Static_libs []string 530 ctx.AddVariationDependencies(nil, staticLibTag, a.properties.Static_libs...) 645 // This module is not suitable for installing on a device, but can be used as a `static_libs` dependency of
|
app_test.go | 348 static_libs: ["lib", "lib3"], 359 static_libs: ["lib2"], 979 static_libs: ["javalib"],
|
/build/soong/sysprop/ |
sysprop_test.go | 254 static_libs: ["sysprop-platform"], 267 static_libs: ["sysprop-platform-on-product", "sysprop-vendor"], 274 static_libs: ["sysprop-platform", "sysprop-vendor"],
|
/build/soong/androidmk/cmd/androidmk/ |
androidmk_test.go | 699 static_libs: [ 718 static_libs: [], 1093 static_libs: FOO, 1094 static_libs: ["javalib"],
|
android.go | 121 "LOCAL_STATIC_LIBRARIES": "static_libs", 151 "LOCAL_STATIC_JAVA_LIBRARIES": "static_libs", 163 // These will be rewritten to libs/static_libs by bpfix, after their presence is used to convert
|
/external/clang/ |
build.py | 415 static_libs = os.path.join(product_dir, 'obj/STATIC_LIBRARIES') 417 static_libs, 'libprofile_rt_intermediates/libprofile_rt.a') 429 static_libs = os.path.join( 432 static_libs, 'libprofile_rt_intermediates/libprofile_rt.a')
|
/build/soong/cc/ |
cc_test.go | [all...] |
linker.go | 38 Static_libs []string `android:"arch_variant,variant_prepend"` 77 // present in static_libs. 162 // baseLinker provides support for shared_libs, static_libs, and whole_static_libs properties 192 deps.StaticLibs = append(deps.StaticLibs, linker.Properties.Static_libs...)
|
test.go | 79 // static_libs dependency on libgtests unless the gtest flag is set to false.
|
/build/soong/cmd/pom2bp/ |
pom2bp.go | 330 static_libs: [ 350 static_libs: [
|