You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
644 B
34 lines
644 B
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
prebuilt_etc_host {
|
|
name: "cvd_config_auto.json",
|
|
src: "config_auto.json",
|
|
sub_dir: "cvd_config",
|
|
}
|
|
|
|
prebuilt_etc_host {
|
|
name: "cvd_config_foldable.json",
|
|
src: "config_foldable.json",
|
|
sub_dir: "cvd_config",
|
|
}
|
|
|
|
prebuilt_etc_host {
|
|
name: "cvd_config_phone.json",
|
|
src: "config_phone.json",
|
|
sub_dir: "cvd_config",
|
|
}
|
|
|
|
prebuilt_etc_host {
|
|
name: "cvd_config_tablet.json",
|
|
src: "config_tablet.json",
|
|
sub_dir: "cvd_config",
|
|
}
|
|
|
|
prebuilt_etc_host {
|
|
name: "cvd_config_tv.json",
|
|
src: "config_tv.json",
|
|
sub_dir: "cvd_config",
|
|
}
|