aboutsummaryrefslogtreecommitdiff
path: root/build/sandbox/sample_config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build/sandbox/sample_config.xml')
-rw-r--r--build/sandbox/sample_config.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/build/sandbox/sample_config.xml b/build/sandbox/sample_config.xml
index dbbd412..3c75217 100644
--- a/build/sandbox/sample_config.xml
+++ b/build/sandbox/sample_config.xml
@@ -3,19 +3,19 @@
Defines sample build configuration file.
-->
<config>
- <target name="aosp_cf_x86_phone_default" android_target="aosp_cf_x86_phone"
+ <target name="aosp_cf_x86_64_phone_default" android_target="aosp_cf_x86_64_phone"
allow_readwrite_all="true">
<!-- Target elements can define elements and attributes that are inherited
by build_config child elements. -->
<goal name="droid"/>
<build_config>
- <!-- build_config name will inherit the name aosp_cf_x86_phone_default
- and append dist to the goal list. -->
- <goal name="dist"/>
+ <!-- build_config name will inherit the name aosp_cf_x86_64_phone_default
+ and append dist to the flag list. -->
+ <flag name="dist"/>
</build_config>
- <build_config name="aosp_cf_x86_phone_no_dist" tags="skip">
+ <build_config name="aosp_cf_x86_64_phone_no_dist" tags="skip">
</build_config>
- <build_config name="aosp_cf_x86_phone_ro" allow_readwrite_all="false">
+ <build_config name="aosp_cf_x86_64_phone_ro" allow_readwrite_all="false">
<!-- This build_config will override allow_readwrite_all attribute. -->
</build_config>
<build_config name="aosp_cf_x86_tv" android_target="aosp_cf_x86_tv">
@@ -26,7 +26,7 @@ Defines sample build configuration file.
<!-- If android_target isn't provided target will use name as default
android_target. -->
<goal name="droid"/>
- <goal name="dist"/>
+ <flag name="dist"/>
<build_config>
<!-- build_config will inherit the name and android_target:
aosp_car_arm64. -->