caimito: Remove userdebug/eng configuration
Change-Id: I3739e6e099681c667c80723f0f6e3197923ff762
This commit is contained in:
parent
671c57095c
commit
3ab4ff30c6
48 changed files with 6 additions and 824638 deletions
|
@ -4,45 +4,9 @@ package {
|
|||
default_applicable_licenses: ["device_google_caimito_license"],
|
||||
}
|
||||
|
||||
soong_config_module_type {
|
||||
name: "gnss_prebuilt_etc",
|
||||
module_type: "prebuilt_etc",
|
||||
config_namespace: "gpssdk",
|
||||
variables: [
|
||||
"buildtype",
|
||||
],
|
||||
properties: [
|
||||
"src",
|
||||
],
|
||||
}
|
||||
|
||||
soong_config_string_variable {
|
||||
name: "buildtype",
|
||||
values: [
|
||||
"user",
|
||||
"userdebug",
|
||||
"eng",
|
||||
],
|
||||
}
|
||||
|
||||
gnss_prebuilt_etc {
|
||||
prebuilt_etc {
|
||||
name: "gps.cfg",
|
||||
soong_config_variables: {
|
||||
buildtype: {
|
||||
user: {
|
||||
src: "user/gps.cfg",
|
||||
},
|
||||
userdebug: {
|
||||
src: "user/gps.cfg",
|
||||
},
|
||||
eng: {
|
||||
src: "userdebug/gps.cfg",
|
||||
},
|
||||
conditions_default: {
|
||||
src: "user/gps.cfg",
|
||||
},
|
||||
},
|
||||
},
|
||||
src: "user/gps.cfg",
|
||||
relative_install_path: "gnss",
|
||||
vendor: true,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue