From 1b1e8069ec08a9f54cf0f8aa4ed95cab2781b3db Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Fri, 8 May 2020 13:44:43 +0100 Subject: 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 Change-Id: I708657661188ea4a14a4dd8c6bc4b46237bbe5e0 --- java/java.go | 1 + 1 file changed, 1 insertion(+) (limited to 'java/java.go') diff --git a/java/java.go b/java/java.go index 9d75c74c7..de38b26e7 100644 --- a/java/java.go +++ b/java/java.go @@ -2764,6 +2764,7 @@ func DefaultsFactory() android.Module { &ImportProperties{}, &AARImportProperties{}, &sdkLibraryProperties{}, + &commonToSdkLibraryAndImportProperties{}, &DexImportProperties{}, &android.ApexProperties{}, &RuntimeResourceOverlayProperties{}, -- cgit v1.2.3-59-g8ed1b