/build/make/tools/releasetools/ |
D | Android.bp | 19 // - A default rule `releasetools_X_defaults` is created, which lists `srcs`, `libs` and 30 libs: [ 45 libs: [ 62 libs: [ 72 libs: [ 86 libs: [ 101 libs: [ 142 libs: [ 273 libs: [ 287 libs: [ [all …]
|
/build/make/core/tasks/ |
D | device-tests.mk | 24 device_tests_host_shared_libs_zip := $(PRODUCT_OUT)/device-tests_host-shared-libs.zip 31 rm -f $@-shared-libs.list 37 echo $$shared_lib >> $@-shared-libs.list; \ 39 grep $(HOST_OUT_TESTCASES) $@-shared-libs.list > $@-host-shared-libs.list || true 47 -P host -C $(HOST_OUT) -l $@-host-shared-libs.list 53 $@-shared-libs.list $@-host-shared-libs.list $(PRIVATE_device_tests_list)
|
D | general-tests.mk | 43 general_tests_host_shared_libs_zip := $(PRODUCT_OUT)/general-tests_host-shared-libs.zip 63 echo $$shared_lib >> $(PRIVATE_INTERMEDIATES_DIR)/shared-libs.list; \ 65 …_TESTCASES) $(PRIVATE_INTERMEDIATES_DIR)/shared-libs.list > $(PRIVATE_INTERMEDIATES_DIR)/host-shar… 75 -P host -C $(HOST_OUT) -l $(PRIVATE_INTERMEDIATES_DIR)/host-shared-libs.list
|
/build/soong/scripts/ |
D | Android.bp | 15 libs: [ 35 libs: [ 70 libs: [ 90 libs: [ 126 libs: [ 146 libs: [
|
D | manifest_check.py | 125 libs = get_children_with_tag(application, 'uses-library') 127 uses_libraries = [uses_library_name(x) for x in libs if uses_library_required(x)] 128 optional_uses_libraries = [uses_library_name(x) for x in libs if not uses_library_required(x)]
|
/build/soong/docs/ |
D | clion.md | 21 $ make frameworks/native/service/libs/ui 28 out/development/ide/clion/frameworks/native/libs/ui/libui-arm64-android/CMakeLists.txt 34 $ ls out/development/ide/clion/frameworks/native/libs/ui 56 add_subdirectory(libs/ui/libui-arm64-android) 57 add_subdirectory(libs/gui/libgui-arm64-android)
|
/build/make/core/ |
D | cxx_stl_setup.mk | 84 my_ldflags += -Wl,--exclude-libs,libunwind_llvm.a 87 my_ldflags += -Wl,--exclude-libs,libgcc_stripped.a 95 my_ldflags += -Wl,--exclude-libs,libunwind_llvm.a 98 my_ldflags += -Wl,--exclude-libs,libgcc_stripped.a
|
D | android_manifest.mk | 38 --libs $(call normalize-path-list,$(PRIVATE_LIBS_MANIFESTS)) \ 62 my_exported_sdk_libs_file := $(call local-intermediates-dir,COMMON)/exported-sdk-libs 81 my_manifest_fixer_flags += --extract-native-libs=false 83 my_manifest_fixer_flags += --extract-native-libs=true
|
D | main.mk | 711 define resolve-shared-libs-depes 732 define get-all-shared-libs-deps 736 $(foreach m,$(call get-all-shared-libs-deps,$(dep)),\ 747 define update-host-shared-libs-deps-for-suites 750 $(eval my_deps := $(call get-all-shared-libs-deps,$(m)))\ 763 $(call resolve-shared-libs-depes,TARGET_) 765 $(call resolve-shared-libs-depes,TARGET_,true) 767 $(call resolve-shared-libs-depes,HOST_) 769 $(call resolve-shared-libs-depes,HOST_,true) 773 $(call update-host-shared-libs-deps-for-suites) [all …]
|
D | definitions.mk | 768 define exported-sdk-libs-files 769 $(foreach lib,$(1),$(call intermediates-dir-for,JAVA_LIBRARIES,$(lib),,COMMON)/exported-sdk-libs) 1488 define extract-and-include-whole-static-libs-first 1494 define extract-and-include-target-whole-static-libs 1495 $(call extract-and-include-whole-static-libs-first, $(firstword $(PRIVATE_ALL_WHOLE_STATIC_LIBRARIE… 1506 $(call extract-and-include-target-whole-static-libs,$@.tmp) 1540 define extract-and-include-aux-whole-static-libs 1541 $(call extract-and-include-whole-static-libs-first, $(firstword $(PRIVATE_ALL_WHOLE_STATIC_LIBRARIE… 1552 $(call extract-and-include-aux-whole-static-libs,$@.tmp) 1628 define extract-and-include-host-whole-static-libs [all …]
|
D | install_jni_libs_internal.mk | 41 …$(HISTORICAL_NDK_VERSIONS_ROOT)/$(LOCAL_NDK_VERSION)/sources/cxx-stl/llvm-libc++/libs/$(TARGET_$(m…
|
D | executable_internal.mk | 34 …ically linking libc to dynamic executable, please remove libc from static libs or set LOCAL_FORCE_…
|
/build/soong/java/ |
D | java_test.go | 179 libs: ["bar"], 200 libs: ["bar"], 222 libs: ["bar"], 244 libs: ["bar"], 267 libs: ["bar"], 325 java_library{name: "foo", srcs: ["a.java"], libs: ["exports"]} 337 android_library{name: "foo", srcs: ["a.java"], libs: ["exports"]} 349 java_library{name: "foo", srcs: ["a.java"], libs: ["exports"]} 362 java_library{name: "foo", srcs: ["a.java"], libs: ["exports"], plugins: ["plugin2"]} 477 libs: ["bar", "sdklib"], [all …]
|
D | robolectric.go | 62 libs []string member 108 r.libs = append(r.libs, dep.(Dependency).BaseModuleName()) 197 fmt.Fprintln(w, "LOCAL_JAVA_LIBRARIES += ", strings.Join(r.libs, " "))
|
D | device_host_converter_test.go | 39 libs: [ 119 libs: [
|
D | testing.go | 189 libs: ["%[1]s-lib"],
|
D | android_manifest.go | 39 Command: `${config.ManifestMergerCmd} $args --main $in $libs --out $out`,
|
/build/soong/sysprop/ |
D | sysprop_test.go | 199 libs: ["sysprop-platform"], 206 libs: ["sysprop-platform"], 214 libs: ["sysprop-platform", "sysprop-vendor"], 222 libs: ["sysprop-platform", "sysprop-vendor"],
|
/build/soong/python/ |
D | python_test.go | 206 libs: [ 269 libs: [ 281 libs: [ 290 libs: [
|
/build/soong/cmd/pom2bp/ |
D | pom2bp.go | 393 libs: [ 434 libs: [ 476 libs: [ 581 …gex>=<replace>] [-exclude <module>] [--extra-static-libs <module>=<module>[,<module>]] [--extra-li… 591 -extra-static-libs <module>=<module>[,<module>] 595 -extra-libs <module>=<module>[,<module>]
|
/build/make/target/product/ |
D | cfi-common.mk | 20 device/google/cuttlefish/guest/libs/wpa_supplicant_8_lib \
|
/build/soong/android/ |
D | neverallow_test.go | 198 libs: ["updatable-media"], 211 libs: ["core-libart"],
|
/build/soong/rust/ |
D | builder.go | 79 func rustLibsToPaths(libs RustLibraries) android.Paths { 81 for _, lib := range libs {
|
/build/soong/sdk/ |
D | java_sdk_test.go | 127 libs: ["sdkmember"], 705 libs: ["system-module", "exported-system-module"], 756 libs: [ 765 libs: [ 800 libs: ["system-module"], 840 libs: ["mysdk_system-module@current"], 848 libs: ["mysdk_system-module"],
|
/build/make/tools/ |
D | check_elf_file.py | 450 def _find_symbol_from_libs(cls, libs, name, version): argument 453 for lib in libs:
|