Searched refs:libraries (Results 1 – 25 of 98) sorted by relevance
1234
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/ |
D | CMakeLists.txt | 10 # 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/ |
D | Android.mk | 19 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/ |
D | asan_extract.te | 21 # 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).
|
D | vr_hwc.te | 20 # Load vendor libraries.
|
/system/sepolicy/public/ |
D | asan_extract.te | 21 # 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).
|
D | hal_codec2.te | 7 # vndk libraries provided for Codec2 implementation need them.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | asan_extract.te | 21 # 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).
|
D | hal_codec2.te | 7 # vndk libraries provided for Codec2 implementation need them.
|
D | vr_hwc.te | 20 # Load vendor libraries.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | asan_extract.te | 21 # 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).
|
D | vr_hwc.te | 20 # Load vendor libraries.
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | asan_extract.te | 21 # 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).
|
D | vr_hwc.te | 20 # Load vendor libraries.
|
/system/core/rootdir/ |
D | update_and_install_ld_config.mk | 39 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/ |
D | Android.bp | 35 "llndk.libraries.txt", 36 "vndksp.libraries.txt",
|
/system/sepolicy/tests/ |
D | Android.bp | 9 // libraries, since the shared libraries will use ASAN.
|
/system/core/ |
D | CleanSpec.mk | 75 $(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 | .gitignore | 5 /.idea/libraries
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | .gitignore | 5 /.idea/libraries
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | .gitignore | 5 /.idea/libraries
|
/system/core/rootdir/etc/ |
D | ld.config.legacy.txt | 53 # 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.
|
D | ld.config.txt | 132 # 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 …]
|
D | ld.config.vndk_lite.txt | 73 # 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/ |
D | README | 6 ICU4J / ICU4C / libcore and bionic libraries.
|
/system/libvintf/include/vintf/ |
D | VendorNdk.h | 37 const std::set<std::string>& libraries() const { return mLibraries; } in libraries() function
|
1234