Merge "Remove "flattened" apexes" am: 3b7411adc7 am: 46b1bdca6e am: 5916fe32b9 am: 8739572727 am: 2320afbc0a am: bc88c13029

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2632469

Change-Id: Ibba73fc9c4469631256bd94262d5bd3aed733a26
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Jooyung Han
2023-06-27 00:24:56 +00:00
committed by Automerger Merge Worker
7 changed files with 98 additions and 317 deletions

View File

@@ -1648,10 +1648,6 @@ func (c *config) AmlAbis() bool {
return Bool(c.productVariables.Aml_abis)
}
func (c *config) FlattenApex() bool {
return Bool(c.productVariables.Flatten_apex)
}
func (c *config) ForceApexSymlinkOptimization() bool {
return Bool(c.productVariables.ForceApexSymlinkOptimization)
}