Home
last modified time | relevance | path

Searched refs:Android (Results 1 – 25 of 207) sorted by relevance

123456789

/build/make/target/product/security/
DREADME14 …make_key testkey '/C=US/ST=California/L=Mountain View/O=Android/OU=Android/CN=Android/emailA…
15 …make_key platform '/C=US/ST=California/L=Mountain View/O=Android/OU=Android/CN=Android/emailA…
16 …make_key shared '/C=US/ST=California/L=Mountain View/O=Android/OU=Android/CN=Android/emailA…
17 …make_key media '/C=US/ST=California/L=Mountain View/O=Android/OU=Android/CN=Android/emailA…
18 …make_key cts_uicc_2021 '/C=US/ST=California/L=Mountain View/O=Android/OU=Android/CN=Android/emailA…
/build/make/
DREADME.md1 # Android Make Build System
3 This is the Makefile-based portion of the Android Build System.
7 For a list of behavioral changes useful for Android.mk writers see
10 For an outdated reference on Android.mk files, see
11 [build-system.html](/core/build-system.html). Our Android.mk files look similar,
12 but are entirely different from the Android.mk files used by the NDK build
DChanges.md1 # Build System Changes for Android.mk Writers
10 libraries and the `libs` property in Android.bp, but in more complex cases it is
11 necessary to add the missing information in Android.bp/Android.mk manually.
15 * Android.bp properties: `uses_libs`, `optional_uses_libs`
16 * Android.mk variables: `LOCAL_USES_LIBRARIES`, `LOCAL_OPTIONAL_USES_LIBRARIES`
21 Android.bp/Android.mk file (e.g. when it is a `java_library` rather than a
23 or when the module is defined in Android.mk rather than Android.bp). In such
28 * Android.bp property: `provides_uses_lib`
29 * Android.mk variable: `LOCAL_PROVIDES_USES_LIBRARY`
36 * Android.bp property: `enforce_uses_lib`
[all …]
/build/make/tools/droiddoc/templates-pdk/
Dsdkpage.cs53 <p><strong>This is NOT the current Android SDK release.</strong></p>
54 <p><a href="/sdk/index.html">Download the current Android SDK</a></p>
76 <p>The Android NDK is a companion tool to the Android SDK that lets you build
81 inside of a virtual machine on the device. The fundamental Android application model
86 using the Android framework APIs, you probably do not need the NDK. Read <a
92 Android SDK. If you have not already installed and setup the <a
93 href="http://developer.android.com/sdk/index.html">Android SDK</a>, please
148 <p>Welcome Developers! If you are new to the Android SDK, please read the steps below, for an
217 Android 3.0 release, to give you a head-start on developing applications for it. in onDownload()
/build/soong/tests/
Dbootstrap_test.sh52 cat > a/Android.bp <<'EOF'
63 cat > a/Android.bp <<'EOF'
83 cat > a/Android.bp <<'EOF'
105 cat > a/Android.bp <<'EOF'
116 rm a/Android.bp
135 cat > a/Android.bp <<'EOF'
185 cat > a/Android.bp <<'EOF'
210 cat > cherry/Android.bp <<'EOF'
292 cat > a/Android.bp <<'EOF'
365 cat > a/Android.bp <<'EOF'
[all …]
Dbp2build_bazel_test.sh14 cat > foo/convertible_soong_module/Android.bp <<'EOF'
28 cat > foo/unconvertible_soong_module/Android.bp <<'EOF'
/build/soong/java/
Dapp_set_test.go69 {Os: android.Android, Arch: android.Arch{ArchType: android.X86}},
84 {Os: android.Android, Arch: android.Arch{ArchType: android.X86_64}},
85 {Os: android.Android, Arch: android.Arch{ArchType: android.X86}},
107 config.Targets[android.Android] = test.targets
/build/soong/android/
Dprebuilt_test.go46 prebuilt: []OsType{Android, BuildOs},
56 prebuilt: []OsType{Android, BuildOs},
84 prebuilt: []OsType{Android, BuildOs},
124 prebuilt: []OsType{Android, BuildOs},
139 prebuilt: []OsType{Android},
195 prebuilt: []OsType{Android, BuildOs},
230 prebuilt: []OsType{Android, BuildOs, Windows},
260 prebuilt: []OsType{Android, BuildOs},
292 prebuilt: []OsType{Android, BuildOs},
Darch_test.go338 config.Targets[Android] = nil
450 config.Targets[Android] = []Target{
451 …{Android, Arch{ArchType: X86_64, ArchVariant: "silvermont", Abi: []string{"arm64-v8a"}}, NativeBri…
452 …{Android, Arch{ArchType: X86, ArchVariant: "silvermont", Abi: []string{"armeabi-v7a"}}, NativeBrid…
453 …{Android, Arch{ArchType: Arm64, ArchVariant: "armv8-a", Abi: []string{"arm64-v8a"}}, NativeBridgeE…
454 …{Android, Arch{ArchType: Arm, ArchVariant: "armv7-a-neon", Abi: []string{"armeabi-v7a"}}, NativeBr…
Dnamespace_test.go175 `dir3/Android.bp:4:4: "b" depends on undefined module "a"
397 …errors.New(`dir1/Android.bp:2:4: module "soong_namespace": namespace a_nonexistent_namespace does …
426 errors.New(`dir1/subdir1/Android.bp:4:4: "b" depends on undefined module "a"
489 errors.New(`dir3/Android.bp:5:4: "c" depends on undefined module "a"
511 errors.New(`dir1/Android.bp:4:4: namespace dir1 already exists`),
532 errors.New(`dir1/Android.bp:5:4: a namespace must be the first module in the file`),
556 errors.New(`dir1/Android.bp:7:4: module "a" already defined
557 dir1/Android.bp:4:4 <-- previous definition here`),
578 errors.New(`include.bp:2:5: A namespace may only be declared in a file named Android.bp`),
/build/bazel/docs/
Dconcepts.md1 # Android Build System Concepts
4 build system components and concepts of the Android build system and Bazel,
10 Android Platform build system, and how each component maps to a concept in
13 |Android build system component|Description|Mapping to Bazel concepts|
15 …-end. Encodes build logic in `.mk` scripts. Declares buildable units in `Android.mk`. Generates Ni…
17 |Soong|Bazel-like front-end. Encodes build logic in Go. Declares build units in `Android.bp`, parse…
20 |Blueprint + Kati + Soong + Ninja + atest|The entire build pipeline for Android.|Conceptually simil…
23 |`Android.bp`|Build definition file for Soong.|`BUILD.bazel` or `BUILD`.|
24 |`Android.mk`|Build definition file for Kati.|`BUILD.bazel` or `BUILD`.|
30 * Kati component to generate build actions in Ninja files (main.mk, Android.mk files)
[all …]
/build/soong/
Droot.bp1 // Soong finds all Android.bp and Blueprints files in the source tree,
3 // needs a list of the top level directories that may contain Android.bp
/build/make/tools/signapk/
DAndroid.bp2 // Copyright (C) 2008 The Android Open Source Project
20 default_applicable_licenses: ["Android-Apache-2.0"],
37 // handled in their own Android.bp files)
/build/bazel/platforms/
DBUILD.bazel1 # Common target platforms for Android Platform builds.
35 # without the rest of Android.
78 # Android is the OS for target devices that run all of Android, including the Linux kernel
/build/make/target/product/
Dsdk_phone_armv7.mk62 PRODUCT_BRAND := Android
65 PRODUCT_MODEL := Android SDK built for arm
Dsdk_phone_x86.mk57 PRODUCT_BRAND := Android
60 PRODUCT_MODEL := Android SDK built for x86
Dsdk_phone_arm64.mk62 PRODUCT_BRAND := Android
65 PRODUCT_MODEL := Android SDK built for arm64
Dsdk_phone_x86_64.mk58 PRODUCT_BRAND := Android
61 PRODUCT_MODEL := Android SDK built for x86_64
/build/make/tools/apicheck/
DAndroid.bp1 // Copyright (C) 2008 The Android Open Source Project
16 default_applicable_licenses: ["Android-Apache-2.0"],
/build/make/tools/zipalign/
DAndroid.bp2 // Copyright 2008 The Android Open Source Project
8 default_applicable_licenses: ["Android-Apache-2.0"],
/build/soong/cc/symbolfile/
DAndroid.bp2 // Copyright (C) 2020 The Android Open Source Project
18 default_applicable_licenses: ["Android-Apache-2.0"],
/build/make/tools/signtos/
DAndroid.bp2 // Copyright (C) 2014 The Android Open Source Project
20 default_applicable_licenses: ["Android-Apache-2.0"],
/build/soong/cc/ndkstubgen/
DAndroid.bp2 // Copyright (C) 2020 The Android Open Source Project
18 default_applicable_licenses: ["Android-Apache-2.0"],
/build/make/tools/rbcrun/
DAndroid.bp2 // Copyright (C) 2021 The Android Open Source Project
17 default_applicable_licenses: ["Android-Apache-2.0"],
/build/soong/bpf/
DAndroid.bp2 // Copyright (C) 2018 The Android Open Source Project
18 default_applicable_licenses: ["Android-Apache-2.0"],

123456789