Fix some typos in Soong.

Test: m
Change-Id: I5b332ce12d70f13eca93b23060620c0ea4f46db7
This commit is contained in:
Roland Levillain
2019-07-23 16:53:32 +01:00
parent 2b78fda705
commit dfe75b389c
3 changed files with 4 additions and 4 deletions

View File

@@ -944,7 +944,7 @@ func (a *apexBundle) GenerateAndroidBuildActions(ctx android.ModuleContext) {
}
if a.apexTypes.image() {
// Build rule for unflattened APEX is created even when ctx.Config().FlattenApex()
// is true. This is to support referencing APEX via ":<module_name" syntax
// is true. This is to support referencing APEX via ":<module_name>" syntax
// in other modules. It is in AndroidMk where the selection of flattened
// or unflattened APEX is made.
a.buildUnflattenedApex(ctx, imageApex)