Home
last modified time | relevance | path

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

1234567

/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/extras/module_ndk_libs/
DREADME.md1 This directory contains the NDK libraries and headers for native libraries in
/system/linkerconfig/
DREADME.md8 configuration file(s) to find out link relationship between libraries and
13 TODO: explain inputs (e.g. /system/etc/public.libraries.txt,
69 ### /linkerconfig/apex.libraries.txt
71 The file describes libraries exposed from APEXes. libnativeloader is the main
87 - if `tag` is `jni`, `library_list` is the list of JNI libraries exposed
89 - if `tag` is `public`, `library_list` is the list of public libraries
90 exposed by `apex_namespace`. Here, public libraries are the libs listed
91 in `/system/etc/public.libraries.txt.`
DAndroid.bp125 "sanitizer.libraries.txt",
126 "vndkcorevariant.libraries.txt",
135 // should link all libraries statically except libc and other system
136 // libraries, so enable this only on device.
/system/core/rootdir/
DAndroid.bp35 // TODO(b/147210213) Generate list of libraries during build and fill in at build time
44 name: "public.libraries.android.txt",
45 src: "etc/public.libraries.android.txt",
46 filename: "public.libraries.txt",
/system/apex/proto/
Dapex_manifest.proto53 // linkerconfig/libnativeloader use this field so that java libraries can
54 // load JNI libraries in the same apex.
55 // This is supposed to be filled by the build system with libraries which are
59 // List of libs required that are located in a shared libraries APEX.
64 // Whether this APEX provides libraries to be shared with other APEXs. This
65 // causes libraries contained in the APEX to be made available under
/system/sepolicy/prebuilts/api/31.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).
/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).
/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).
/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.
/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).
/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).
/system/sepolicy/prebuilts/api/30.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.te10 # vndk libraries provided for Codec2 implementation need them.
/system/linkerconfig/testdata/
DREADME.md13 sanitizer.libraries.txt
14 vndkcorevariant.libraries.txt
/system/apex/tests/testdata/sharedlibs/
DREADME.md1 ### Test artifacts for shared libraries APEX support
4 moving shared libraries used by binaries within an APEX package into another
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
D.gitignore5 /.idea/libraries
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
D.gitignore5 /.idea/libraries
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
D.gitignore5 /.idea/libraries
/system/sepolicy/tests/
DAndroid.bp17 // 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/doc/
DREADME.md53 system libraries are built with .gnu_debugdata section starting from Android O.
54 c. Supports profiling shared libraries embedded in apk files.
58 4. It builds executables and shared libraries for different usages.
63 c. Builds report shared libraries on different hosts. The report library is used by different
84 bin/: contains executables and shared libraries.
90 bin/${host}/${arch}/libsimpleperf_report.${so/dylib/dll}: report shared libraries used on the host.
161 2. Download unstripped native libraries on device, as [here](#fix-broken-callchain-stopped-at-c-fun…
177 The simpleperf record command collects symbols on device in perf.data. But if the native libraries
187 libraries on host. After running it, the native libraries containing symbol tables are collected
202 stripped in native libraries in apks. To fix this, we can download unstripped version of native
[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

1234567