Searched refs:AOSP (Results 1 – 25 of 42) sorted by relevance
12
/build/make/tools/compliance/ |
D | readgraph_test.go | 55 "app.meta_lic": []byte(AOSP + "deps: {\n file: \"lib.meta_lic\"\n}\n"), 63 "app.meta_lic": []byte(AOSP + "deps: {\n file: \"lib.meta_lic\"\n}\n"), 64 "lib.meta_lic": []byte(AOSP), 73 …"apex.meta_lic": []byte(AOSP + "deps: {\n file: \"app.meta_lic\"\n}\ndeps: {\n file: \"bin.meta_… 74 "app.meta_lic": []byte(AOSP), 75 "bin.meta_lic": []byte(AOSP + "deps: {\n file: \"lib.meta_lic\"\n}\n"), 76 "lib.meta_lic": []byte(AOSP),
|
D | test_util.go | 29 AOSP = `` + const 95 "apacheBin.meta_lic": AOSP, 96 "apacheLib.meta_lic": AOSP, 97 "apacheContainer.meta_lic": AOSP + "is_container: true\n",
|
/build/release/flag_declarations/ |
D | RELEASE_DISABLE_VERIFY_OVERLAPS_CHECK.textproto | 3 description: "Disable verify_overlaps check for mainline prebuilts. Only used in non-AOSP builds."
|
/build/make/target/product/ |
D | full.mk | 35 PRODUCT_MODEL := AOSP on ARM Emulator
|
D | full_x86.mk | 47 PRODUCT_MODEL := AOSP on IA Emulator
|
D | aosp_x86_arm.mk | 54 PRODUCT_MODEL := AOSP on IA Emulator
|
D | aosp_x86.mk | 67 PRODUCT_MODEL := AOSP on x86
|
D | aosp_riscv64.mk | 74 PRODUCT_MODEL := AOSP on Riscv64
|
D | aosp_64bitonly_x86_64.mk | 73 PRODUCT_MODEL := AOSP on x86_64 App
|
D | aosp_arm.mk | 69 PRODUCT_MODEL := AOSP on ARM32
|
D | aosp_x86_64.mk | 80 PRODUCT_MODEL := AOSP on x86_64
|
D | aosp_arm64.mk | 78 PRODUCT_MODEL := AOSP on ARM64
|
/build/make/target/board/ |
D | gsi_system_ext_user.prop | 4 # GSI disables non-AOSP nnapi extensions on product partition
|
D | gsi_system_ext.prop | 7 # GSI disables non-AOSP nnapi extensions on product partition
|
/build/make/ |
D | Deprecation.md | 3 We've made significant progress converting AOSP from Make to Soong (Android.mk 37 from AOSP (and Google's internal trees). The process will go something like 50 * At some later point, after all devices in AOSP no longer set 63 Just to be clear, the above process will happen on the AOSP master branch. So
|
/build/make/target/product/security/ |
D | Android.bp | 1 // AOSP test certificate
|
/build/bazel/rules/android/android_library_aosp_internal/ |
D | rule.bzl | 36 """AOSP android_library rule.
|
/build/bazel/examples/queryview/ |
D | README.md | 10 Setup your AOSP product config and create the queryview directory:
|
/build/bazel/rules/java/ |
D | BUILD | 86 # world where every java_*/android_*/kt_* target uses the AOSP-specific 118 # close to what they're targeting. As of Dec 2017, AOSP is only
|
D | library.bzl | 41 """ java_library macro wrapper that handles custom attrs needed in AOSP
|
/build/bazel/rules/android/android_binary_aosp_internal/ |
D | impl.bzl | 83 """AOSP-specific native dep processof for android_binary. 85 Bypasses any C++ toolchains or compiling or linking, as AOSP's JNI dependencies are all
|
/build/bazel/rules/android/ |
D | android_library.bzl | 37 """ android_library macro wrapper that handles custom attrs needed in AOSP
|
/build/bazel/tests/deviceless/ |
D | BUILD | 1 # This test suite aggregates all fully converted deviceless tests in AOSP.
|
/build/bazel/ |
D | common.bazelrc | 35 # Disable local cpp toolchain detection, as it is explicitly declared in AOSP. 126 # TODO(b/200202912): Resolve/delete this when rules_python is pulled into AOSP.
|
/build/bazel/rules/apex/ |
D | README.md | 33 * Supports AOSP and Google/Go APEX variants
|
12