add vendor_init
Change-Id: Ic8e2db11fc0dd18259a009c2d34c34a4d5c3f2e4
This commit is contained in:
@@ -49,6 +49,23 @@ cc_library_headers {
|
||||
recovery_available: true,
|
||||
}
|
||||
|
||||
soong_config_module_type {
|
||||
name: "vendor_init",
|
||||
module_type: "cc_defaults",
|
||||
config_namespace: "twrpGlobalVars",
|
||||
value_variables: ["target_init_vendor_lib"],
|
||||
properties: ["whole_static_libs"],
|
||||
}
|
||||
|
||||
vendor_init {
|
||||
name: "vendor_init_defaults",
|
||||
soong_config_variables: {
|
||||
target_init_vendor_lib: {
|
||||
whole_static_libs: ["%s"],
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
soong_config_module_type {
|
||||
name: "enforce_ab_ota_partition_list",
|
||||
module_type: "cc_defaults",
|
||||
|
||||
Reference in New Issue
Block a user