Home
last modified time | relevance | path

Searched refs:libs (Results 1 – 25 of 29) sorted by relevance

12

/build/soong/docs/
Dclion.md21 $ 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/
Dandroid_manifest.mk44 --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
Dmain.mk773 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 …]
Dcxx_stl_setup.mk89 my_ldflags += -Wl,--exclude-libs,libunwind_llvm.a
Ddpi_specific_apk.mk53 $(call create-jni-shared-libs-package,$@.parts/jni.zip)
Dinstall_jni_libs_internal.mk32 …$(HISTORICAL_NDK_VERSIONS_ROOT)/$(LOCAL_NDK_VERSION)/sources/cxx-stl/llvm-libc++/libs/$(TARGET_$(m…
Ddefinitions.mk753 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 …]
Dexecutable_internal.mk34 …ically linking libc to dynamic executable, please remove libc from static libs or set LOCAL_FORCE_…
Dsoong_java_prebuilt.mk158 my_exported_sdk_libs_file := $(intermediates.COMMON)/exported-sdk-libs
Dsoong_cc_prebuilt.mk135 $(call verify-vndk-libs-identical,\
Djava_common.mk349 …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
Dapp_prebuilt_internal.mk208 $(uncompress-prebuilt-embedded-jni-libs)
Dpackage_internal.mk631 $(call create-jni-shared-libs-package,$@.parts/jni.zip,$(PRIVATE_USE_EMBEDDED_NATIVE_LIBS))
696 $(call create-jni-shared-libs-package,$@.parts/jni.zip)
Dconfig_sanitizers.mk375 … my_ldflags += -Wl,--exclude-libs,$($(LOCAL_2ND_ARCH_VAR_PREFIX)UBSAN_MINIMAL_RUNTIME_LIBRARY).a
Dprebuilt_internal.mk435 my_exported_sdk_libs_file := $(intermediates.COMMON)/exported-sdk-libs
/build/soong/android/
Dneverallow_test.go131 libs: ["core-libart"],
142 libs: ["updatable-media"],
153 libs: ["core-libart"],
/build/soong/python/
Dpython_test.go204 libs: [
267 libs: [
279 libs: [
288 libs: [
/build/make/target/product/
Dcfi-common.mk20 device/google/cuttlefish_common/guest/libs/wpa_supplicant_8_lib \
/build/soong/java/
Ddevice_host_converter_test.go39 libs: [
121 libs: [
Djava_test.go240 libs: ["bar"],
332 libs: ["bar"],
373 libs: ["bar"],
600 libs: ["bar"],
715 libs: ["jargen"],
791 libs: ["foo", "bar"],
797 libs: ["baz"],
Dandroid_manifest.go39 Command: `${config.ManifestMergerCmd} --main $in $libs --out $out`,
Dkotlin_test.go34 libs: ["foo"],
/build/soong/sysprop/
Dsysprop_test.go232 libs: ["sysprop-platform"],
240 libs: ["sysprop-platform", "sysprop-vendor"],
248 libs: ["sysprop-platform", "sysprop-vendor"],
/build/make/target/product/gsi/
DAndroid.mk5 INTERNAL_VNDK_LIB_LIST := $(call intermediates-dir-for,PACKAGING,vndk)/libs.txt
/build/make/tools/
Dcheck_elf_file.py450 def _find_symbol_from_libs(cls, libs, name, version): argument
453 for lib in libs:

12