Merge "Revert "Adds multi_install_skip_symbol_files field (default fals..."" am: a10ebe60ab
am: dcf7a82e43
am: 4c51ab52a6
am: eda61e7ead
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1893457 Change-Id: Ia3c97cd817f7b3fc171d9602614d50cbe60d6f25
This commit is contained in:
10
apex/apex.go
10
apex/apex.go
@@ -135,16 +135,6 @@ type apexBundleProperties struct {
|
||||
// Default: true.
|
||||
Installable *bool
|
||||
|
||||
// Whether this is multi-installed APEX should skip installing symbol files.
|
||||
// Multi-installed APEXes share the same apex_name and are installed at the same time.
|
||||
// Default is false.
|
||||
//
|
||||
// Should be set to true for all multi-installed APEXes except the singular
|
||||
// default version within the multi-installed group.
|
||||
// Only the default version can install symbol files in $(PRODUCT_OUT}/apex,
|
||||
// or else conflicting build rules may be created.
|
||||
Multi_install_skip_symbol_files *bool
|
||||
|
||||
// Whether this APEX can be compressed or not. Setting this property to false means this
|
||||
// APEX will never be compressed. When set to true, APEX will be compressed if other
|
||||
// conditions, e.g, target device needs to support APEX compression, are also fulfilled.
|
||||
|
Reference in New Issue
Block a user