Make android_app.stem overridable

override_android_app can set "stem" property to set the APK name.

Bug: 193504286
Test: m (soong test)
Change-Id: I9ad66ea28bd1b030cb2c588d1f070d72e62ab1c7
This commit is contained in:
Jooyung Han
2022-01-08 12:16:32 +09:00
parent 29e2f6d2c4
commit 01d80d8b4b
4 changed files with 92 additions and 5 deletions

View File

@@ -1867,6 +1867,7 @@ func DefaultsFactory() android.Module {
module.AddProperties(
&CommonProperties{},
&DeviceProperties{},
&OverridableDeviceProperties{},
&DexProperties{},
&DexpreoptProperties{},
&android.ProtoProperties{},