Lines Matching refs:Android
6 Perfetto can be built both from the Android tree (AOSP) and standalone.
18 **Android tree**:
30 **Android tree**:
43 target_os = "android" # Only when building for Android
44 target_cpu = "arm" / "arm64" / "x64" # Only when building for Android
60 **Android tree**:
66 Executables and shared libraries are stripped by default by the Android build
72 The Android build file ([Android.bp](../Android.bp)) is autogenerated from the GN files
75 A presubmit check checks that the Android.bp is consistent with GN files when
78 Android.bp file. If you are adding a new target, add a new entry to the
88 **Android**:
89 - Android's NDK r15c (using NDK's libcxx)
107 Defaults to the current host, set "android" to build for Android.
119 On Android, by default it uses clang from the NDK (in `buildtools/ndk`).