Home
last modified time | relevance | path

Searched refs:libraries (Results 1 – 25 of 98) sorted by relevance

1234

/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/
DCMakeLists.txt10 # You can define multiple libraries, and CMake builds them for you.
11 # Gradle automatically packages shared libraries with your APK.
23 # variable. Because CMake includes system libraries in the search path by
35 # Specifies libraries CMake should link to your target library. You
36 # can link multiple libraries, such as libraries you define in this
37 # build script, prebuilt third-party libraries, or system libraries.
/system/core/libnativeloader/test/
DAndroid.mk19 LOCAL_MODULE := public.libraries-oem1.txt
26 LOCAL_MODULE := public.libraries-oem2.txt
33 LOCAL_MODULE := public.libraries-product1.txt
/system/sepolicy/prebuilts/api/28.0/public/
Dasan_extract.te21 # asan_extract untars ASAN libraries into /data.
25 # Relabel the libraries with restorecon.
31 # Restorecon will actually already try to run with sanitized libraries (libpackagelistparser).
Dvr_hwc.te20 # Load vendor libraries.
/system/sepolicy/public/
Dasan_extract.te21 # asan_extract untars ASAN libraries into /data.
25 # Relabel the libraries with restorecon.
31 # Restorecon will actually already try to run with sanitized libraries (libpackagelistparser).
Dhal_codec2.te7 # vndk libraries provided for Codec2 implementation need them.
/system/sepolicy/prebuilts/api/29.0/public/
Dasan_extract.te21 # asan_extract untars ASAN libraries into /data.
25 # Relabel the libraries with restorecon.
31 # Restorecon will actually already try to run with sanitized libraries (libpackagelistparser).
Dhal_codec2.te7 # vndk libraries provided for Codec2 implementation need them.
Dvr_hwc.te20 # Load vendor libraries.
/system/sepolicy/prebuilts/api/27.0/public/
Dasan_extract.te21 # asan_extract untars ASAN libraries into /data.
25 # Relabel the libraries with restorecon.
31 # Restorecon will actually already try to run with sanitized libraries (libpackagelistparser).
Dvr_hwc.te20 # Load vendor libraries.
/system/sepolicy/prebuilts/api/26.0/public/
Dasan_extract.te21 # asan_extract untars ASAN libraries into /data.
25 # Relabel the libraries with restorecon.
31 # Restorecon will actually already try to run with sanitized libraries (libpackagelistparser).
Dvr_hwc.te20 # Load vendor libraries.
/system/core/rootdir/
Dupdate_and_install_ld_config.mk39 llndk_libraries_file := $(library_lists_dir)/llndk.libraries.$(vndk_version).txt
40 vndksp_libraries_file := $(library_lists_dir)/vndksp.libraries.$(vndk_version).txt
41 vndkcore_libraries_file := $(library_lists_dir)/vndkcore.libraries.txt
42 vndkprivate_libraries_file := $(library_lists_dir)/vndkprivate.libraries.txt
44 vndk_using_core_variant_libraries_file := $(library_lists_dir)/vndk_using_core_variant.libraries.$(…
/system/core/libnativeloader/
DAndroid.bp35 "llndk.libraries.txt",
36 "vndksp.libraries.txt",
/system/sepolicy/tests/
DAndroid.bp9 // libraries, since the shared libraries will use ASAN.
/system/core/
DCleanSpec.mk75 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/llndk.libraries.txt)
76 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/vndksp.libraries.txt)
78 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/llndk.libraries.txt)
79 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/etc/vndksp.libraries.txt)
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
D.gitignore5 /.idea/libraries
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
D.gitignore5 /.idea/libraries
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
D.gitignore5 /.idea/libraries
/system/core/rootdir/etc/
Dld.config.legacy.txt53 # Visible because some libraries are dlopen'ed, e.g. libopenjdk is dlopen'ed by
69 # in the resolv namespace. Don't allow any other libraries from the resolv namespace
76 # This namespace exposes externally accessible libraries from the Runtime APEX.
92 # This namespace is for libraries within the media APEX.
122 # This namespace is for libraries within the conscrypt APEX.
140 # This namespace is for libraries within the resolv APEX.
Dld.config.txt132 # Visible because some libraries are dlopen'ed, e.g. libopenjdk is dlopen'ed by
148 # in the resolv namespace. Don't allow any other libraries from the resolv namespace
155 # This namespace exposes externally accessible libraries from the Runtime APEX.
171 # This namespace is for libraries within the media APEX.
192 # This namespace is for libraries within the conscrypt APEX.
210 # This namespace is for libraries within the resolv APEX.
229 # SP-HAL(Sameprocess-HAL)s are the only vendor libraries that are allowed to be
260 # Once in this namespace, access to libraries in /system/lib is restricted. Only
277 # This namespace is exclusively for Renderscript internal libraries.
374 # Allow VNDK-SP extensions to use vendor libraries
[all …]
Dld.config.vndk_lite.txt73 # Visible because some libraries are dlopen'ed, e.g. libopenjdk is dlopen'ed by
89 # in the resolv namespace. Don't allow any other libraries from the resolv namespace
113 # This namespace is for libraries within the media APEX.
132 # This namespace is for libraries within the conscrypt APEX.
150 # This namespace is for libraries within the resolv APEX.
169 # SP-HAL(Sameprocess-HAL)s are the only vendor libraries that are allowed to be
200 # Once in this namespace, access to libraries in /system/lib is restricted. Only
217 # This namespace is exclusively for Renderscript internal libraries.
329 # Access to system libraries is allowed
373 # This namespace exposes externally accessible libraries from the Runtime APEX.
[all …]
/system/timezone/distro/
DREADME6 ICU4J / ICU4C / libcore and bionic libraries.
/system/libvintf/include/vintf/
DVendorNdk.h37 const std::set<std::string>& libraries() const { return mLibraries; } in libraries() function

1234