Searched refs:libs (Results 1 – 25 of 29) sorted by relevance
12
/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 | android_manifest.mk | 44 --libs $(call normalize-path-list,$(PRIVATE_LIBS_MANIFESTS)) \ 66 my_exported_sdk_libs_file := $(call local-intermediates-dir,COMMON)/exported-sdk-libs 85 my_manifest_fixer_flags += --extract-native-libs=false 87 my_manifest_fixer_flags += --extract-native-libs=true
|
D | main.mk | 773 define resolve-shared-libs-depes 794 define get-all-shared-libs-deps 798 $(foreach m,$(call get-all-shared-libs-deps,$(dep)),\ 809 define update-host-shared-libs-deps-for-suites 812 $(eval my_deps := $(call get-all-shared-libs-deps,$(m)))\ 822 $(call resolve-shared-libs-depes,TARGET_) 824 $(call resolve-shared-libs-depes,TARGET_,true) 826 $(call resolve-shared-libs-depes,HOST_) 828 $(call resolve-shared-libs-depes,HOST_,true) 832 $(call update-host-shared-libs-deps-for-suites) [all …]
|
D | cxx_stl_setup.mk | 89 my_ldflags += -Wl,--exclude-libs,libunwind_llvm.a
|
D | dpi_specific_apk.mk | 53 $(call create-jni-shared-libs-package,$@.parts/jni.zip)
|
D | install_jni_libs_internal.mk | 32 …$(HISTORICAL_NDK_VERSIONS_ROOT)/$(LOCAL_NDK_VERSION)/sources/cxx-stl/llvm-libc++/libs/$(TARGET_$(m…
|
D | definitions.mk | 753 define exported-sdk-libs-files 754 $(foreach lib,$(1),$(call intermediates-dir-for,JAVA_LIBRARIES,$(lib),,COMMON)/exported-sdk-libs) 1466 define extract-and-include-whole-static-libs-first 1472 define extract-and-include-target-whole-static-libs 1473 $(call extract-and-include-whole-static-libs-first, $(firstword $(PRIVATE_ALL_WHOLE_STATIC_LIBRARIE… 1484 $(call extract-and-include-target-whole-static-libs,$@.tmp) 1518 define extract-and-include-aux-whole-static-libs 1519 $(call extract-and-include-whole-static-libs-first, $(firstword $(PRIVATE_ALL_WHOLE_STATIC_LIBRARIE… 1530 $(call extract-and-include-aux-whole-static-libs,$@.tmp) 1606 define extract-and-include-host-whole-static-libs [all …]
|
D | executable_internal.mk | 34 …ically linking libc to dynamic executable, please remove libc from static libs or set LOCAL_FORCE_…
|
D | soong_java_prebuilt.mk | 158 my_exported_sdk_libs_file := $(intermediates.COMMON)/exported-sdk-libs
|
D | soong_cc_prebuilt.mk | 135 $(call verify-vndk-libs-identical,\
|
D | java_common.mk | 349 …exported_sdk_libs_files := $(call exported-sdk-libs-files,$(LOCAL_JAVA_LIBRARIES) $(LOCAL_STATIC_J… 351 my_exported_sdk_libs_file := $(call local-intermediates-dir,COMMON)/exported-sdk-libs
|
D | app_prebuilt_internal.mk | 208 $(uncompress-prebuilt-embedded-jni-libs)
|
D | package_internal.mk | 631 $(call create-jni-shared-libs-package,$@.parts/jni.zip,$(PRIVATE_USE_EMBEDDED_NATIVE_LIBS)) 696 $(call create-jni-shared-libs-package,$@.parts/jni.zip)
|
D | config_sanitizers.mk | 375 … my_ldflags += -Wl,--exclude-libs,$($(LOCAL_2ND_ARCH_VAR_PREFIX)UBSAN_MINIMAL_RUNTIME_LIBRARY).a
|
D | prebuilt_internal.mk | 435 my_exported_sdk_libs_file := $(intermediates.COMMON)/exported-sdk-libs
|
/build/soong/android/ |
D | neverallow_test.go | 131 libs: ["core-libart"], 142 libs: ["updatable-media"], 153 libs: ["core-libart"],
|
/build/soong/python/ |
D | python_test.go | 204 libs: [ 267 libs: [ 279 libs: [ 288 libs: [
|
/build/make/target/product/ |
D | cfi-common.mk | 20 device/google/cuttlefish_common/guest/libs/wpa_supplicant_8_lib \
|
/build/soong/java/ |
D | device_host_converter_test.go | 39 libs: [ 121 libs: [
|
D | java_test.go | 240 libs: ["bar"], 332 libs: ["bar"], 373 libs: ["bar"], 600 libs: ["bar"], 715 libs: ["jargen"], 791 libs: ["foo", "bar"], 797 libs: ["baz"],
|
D | android_manifest.go | 39 Command: `${config.ManifestMergerCmd} --main $in $libs --out $out`,
|
D | kotlin_test.go | 34 libs: ["foo"],
|
/build/soong/sysprop/ |
D | sysprop_test.go | 232 libs: ["sysprop-platform"], 240 libs: ["sysprop-platform", "sysprop-vendor"], 248 libs: ["sysprop-platform", "sysprop-vendor"],
|
/build/make/target/product/gsi/ |
D | Android.mk | 5 INTERNAL_VNDK_LIB_LIST := $(call intermediates-dir-for,PACKAGING,vndk)/libs.txt
|
/build/make/tools/ |
D | check_elf_file.py | 450 def _find_symbol_from_libs(cls, libs, name, version): argument 453 for lib in libs:
|
12