diff options
author | Paul Duffin <paulduffin@google.com> | 2020-05-08 13:44:43 +0100 |
---|---|---|
committer | Paul Duffin <paulduffin@google.com> | 2020-05-13 11:29:01 +0100 |
commit | 1a724e666fef89d0797df279546b55d47db35ae8 (patch) | |
tree | 8c687c83ae9110512f7c11de798d7e270fef12d4 /java/java.go | |
parent | b74ee3e7278a97a4180ee7a366a801b2ce68797f (diff) |
java_sdk_library: Delegate component module to naming scheme
Adds a naming scheme abstraction to which the java_sdk_library/import
will delegate the task of creating the names of their component
modules. The naming scheme can be selected in a module definition but
for now the only supported option is "default".
Test: m nothing
Bug: 155480189
Merged-In: I708657661188ea4a14a4dd8c6bc4b46237bbe5e0
Change-Id: I708657661188ea4a14a4dd8c6bc4b46237bbe5e0
(cherry picked from commit 1b1e8069ec08a9f54cf0f8aa4ed95cab2781b3db)
Diffstat (limited to 'java/java.go')
-rw-r--r-- | java/java.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java.go b/java/java.go index 1dba1c078..38cde2afe 100644 --- a/java/java.go +++ b/java/java.go @@ -2759,6 +2759,7 @@ func DefaultsFactory() android.Module { &ImportProperties{}, &AARImportProperties{}, &sdkLibraryProperties{}, + &commonToSdkLibraryAndImportProperties{}, &DexImportProperties{}, &android.ApexProperties{}, &RuntimeResourceOverlayProperties{}, |