/tools/apksig/ |
D | README.md | 4 expected to verify on Android. apksig supports 6 (used by Android since day one) and 8 Android Nougat, API Level 24). apksig is meant to be used outside of Android devices. 11 between different versions of the Android platform. apksig thus thoroughly checks whether an APK's 12 signature is expected to verify on all Android platform versions supported by the APK. When signing 13 an APK, apksig chooses the most appropriate cryptographic algorithms based on the Android platform 26 * `ApkSigner` which signs the provided APK so that it verifies on all Android platform versions 28 * `ApkVerifier` which checks whether the provided APK is expected to verify on all Android 31 This is useful in optimized APK building pipelines, such as in Android Plugin for Gradle, 44 * sign the provided APK so that it verifies on all Android platforms supported by the APK. Run [all …]
|
D | android_plugin_for_gradle.gradle | 1 // Gradle project used when building the Android Plugin for Gradle 13 project.ext.pomName = 'Android Tools apksig library' 14 …ect.ext.pomDesc = 'Library for signing APKs and for checking that APK signatures verify on Android'
|
/tools/treble/build/ |
D | README.md | 3 Tools for building the Android Platform. 17 Downstream consumers of the Android platform often create independent Android 20 We can unify the development of all devices on the same Android Platform dessert 28 | Android repo | | Android repo | 49 To support filesystem overlays the Android repo workspace is required to the 57 directory are shared among all Android targets.
|
/tools/aadevtools/ |
D | README.md | 1 # [Android Automotive](https://source.android.com/devices/automotive) Developer Tools 5 * Fully unbundle from Android versions, and use the AOSP trunk based 8 * Bridge the app ecosystem for [Android Automotive OS](https://developer.android.com/training/cars) 11 * Leverage [Android app developer tools](https://developer.android.com/studio/intro) 21 in instead of the whole Android repo. 34 * It can take a long time & generates a large CSV file for the whole Android 36 * Android 11 QPR1 vs QPR2 takes more than 8 min. & generates a 5MB CSV file. 37 * Android 10 QPR3 vs Android 11 QPR2 takes more than 11 min. & generates a 40 * For example, to compare Android 11 QPR1 vs QPR2 AOSP codebases on your disk. 64 * For example, to generate the change report for Android 11 to 10 QPR3: [sysui_gcar_android10-qpr3-… [all …]
|
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/ |
D | entry.rs | 63 Android, enumerator 472 Payload::from_cbor(&session, &serialize_fields(fields), ConfigFormat::Android).unwrap(); in valid_payload_sha256() 485 Payload::from_cbor(&session, &serialize_fields(fields), ConfigFormat::Android).unwrap(); in valid_payload_sha384() 492 Payload::from_cbor(&session, &serialize_fields(fields), ConfigFormat::Android).unwrap(); in valid_payload_sha512() 500 Payload::from_cbor(&session, &serialize_fields(fields), ConfigFormat::Android).unwrap(); in key_usage_only_key_cert_sign() 508 Payload::from_cbor(&session, &serialize_fields(fields), ConfigFormat::Android).unwrap_err(); in key_usage_too_long() 516 Payload::from_cbor(&session, &serialize_fields(fields), ConfigFormat::Android).unwrap_err(); in key_usage_lacks_key_cert_sign() 524 Payload::from_cbor(&session, &serialize_fields(fields), ConfigFormat::Android).unwrap_err(); in key_usage_not_just_key_cert_sign() 533 Payload::from_cbor(&session, &serialize_fields(fields), ConfigFormat::Android).unwrap(); in mode_not_configured() 543 Payload::from_cbor(&session, &serialize_fields(fields), ConfigFormat::Android).unwrap(); in mode_normal() [all …]
|
/tools/tradefederation/core/ |
D | OWNERS | 10 per-file Android.bp,Android.mk=set noparent 11 per-file Android.bp,Android.mk=jdesprez@google.com,guangzhu@google.com,frankfeng@google.com,murj@go…
|
/tools/metalava/metalava/src/testdata/prebuilts-sdk-test/ |
D | README.md | 8 - finalized Android API 30 "Android R" (android-30) 10 - finalized Android API 31 "Android S" and SDK extensions "S-ext", version 2, at the same time (and…
|
/tools/netsim/guide/src/development/ |
D | README.md | 23 *Emulator* allows you to run emulations of Android devices on Windows, macOS or 24 Linux machines. Emulator runs the Android operating system in a virtual machine 25 called an Android Virtual Device (AVD). 27 [Android Studio](https://developer.android.com/studio). 29 *Cuttlefish* is a configurable virtual Android device that can be run on Linux 31 Cloud Engine) and locally. Cuttlefish runs the Android operating system in a 41 | launcher | `emulator` app and<br>Android Studio | `launch_cvd` and<br>`cvd` app | 44 | Build system | CMake (CMakeLists.txt) | Soong (Android.… 47 Netsim is the default networking backplane for AVD and CVD emulated Android 54 * [Android emulator Windows Development]( [all …]
|
/tools/netsim/guide/src/ |
D | README.md | 11 …Android Virtual Device](https://developer.android.com/studio/run/emulator) (AVD) … 12 …om/docs/setup/create/cuttlefish) (CVD) | An Android image running in …
|
/tools/carrier_settings/bin/ |
D | README.md | 1 To run this tool in Android 10 code base, the python tools need to be prebuilt 2 on Android 11 code base and dropped to this directory. This is to workaround 7 1. From Android 11 code base, build the python tools:
|
/tools/apksig/src/apksigner/java/com/android/apksigner/ |
D | help.txt | 9 apksigner is a tool for signing Android APK files and for checking whether 10 signatures of APK files will verify on Android devices. 19 Android
|
D | help_verify.txt | 3 This checks whether the provided APK will verify on Android. By default, this 4 checks whether the APK will verify on all Android platform versions supported 36 1. Check whether the APK's signatures are expected to verify on all Android 40 2. Check whether the APK's signatures are expected to verify on Android
|
/tools/tradefederation/core/util_apps/TelephonyUtil/ |
D | Android.bp | 2 // Copyright (C) 2018 The Android Open Source Project 17 // Android Instrumentation Target 19 default_applicable_licenses: ["Android-Apache-2.0"],
|
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/ |
D | PrefabTask.kt | 3 import com.google.prefab.api.Android in <lambda>() 91 buildSystemIntegration.generate(Android.Abi.values().map { in <lambda>() 92 Android(it, osVersion, Android.Stl.CxxShared, ndkVersion) in <lambda>()
|
/tools/tradefederation/core/util_apps/ContentProvider/androidTest/ |
D | Android.bp | 1 // Copyright (C) 2018 The Android Open Source Project 15 // Android Unit Test target for the Content Provider 17 default_applicable_licenses: ["Android-Apache-2.0"],
|
/tools/metalava/ |
D | USAGE.md | 3 …s out known usages of Metalava with specific features used by each user. The main users are Android 6 ## Features used by both androidx and Android platform 9 - API lint for compliance with [Android API guidelines](https://s.android.com/api-guidelines) (`--a… 14 ## Features used exclusively by Android platform
|
/tools/tradefederation/contrib/ |
D | OWNERS | 2 per-file Android.bp,Android.mk = guangzhu@google.com,jdesprez@google.com,tsu@google.com
|
/tools/security/fuzzing/llm/libufdt_fuzzer2/ |
D | Android.bp | 1 // Copyright 2024 The Android Open Source Project 3 default_applicable_licenses: ["Android-Apache-2.0"],
|
/tools/security/fuzzing/llm/frameDecoder_fuzzer2/ |
D | Android.bp | 1 // Copyright 2024 The Android Open Source Project 3 default_applicable_licenses: ["Android-Apache-2.0"],
|
/tools/security/ |
D | OWNERS | 1 # Code owners for various security-related things on Android. 9 # Haiku members (fuzzing-on-Android)
|
/tools/security/fuzzing/llm/xmlreader_fuzzer/ |
D | Android.bp | 1 // Copyright 2024 The Android Open Source Project 3 default_applicable_licenses: ["Android-Apache-2.0"],
|
/tools/asuite/aidegen/ |
D | README.md | 8 * Configure Android Studio or IntelliJ project files with the relevant module 16 * Auto configure JDK and Android coding style for IntelliJ. 20 * IDE installation, choose one of prefer IDE, including Android Studio, 23 * Setup Android development environment. 74 | `-i` | `--ide` | Launch IDE type, j=IntelliJ s=Android Studio e=Eclipse c=CLion v=VS … 80 | `-a` | `--android-tree` | Generate whole Android source tree project file for IDE. …
|
/tools/security/fuzzing/orphans/libufdt/ |
D | Android.bp | 1 // Copyright 2022 The Android Open Source Project 3 default_applicable_licenses: ["Android-Apache-2.0"],
|
/tools/ndkports/ |
D | .gitignore | 22 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and … 79 # Crashlytics plugin (for Android Studio and IntelliJ) 88 # Android studio 3.1+ serialized cache file
|
/tools/tradefederation/core/javatests/test-apps/UITestApp/ |
D | Android.bp | 1 // Copyright (C) 2010 The Android Open Source Project 16 default_applicable_licenses: ["Android-Apache-2.0"],
|