Merge "apex: support prebuilt_firmware for vendor apexes"
This commit is contained in:
@@ -2069,6 +2069,11 @@ func (module *sdkLibraryXml) UniqueApexVariations() bool {
|
||||
return true
|
||||
}
|
||||
|
||||
// from android.PrebuiltEtcModule
|
||||
func (module *sdkLibraryXml) BaseDir() string {
|
||||
return "etc"
|
||||
}
|
||||
|
||||
// from android.PrebuiltEtcModule
|
||||
func (module *sdkLibraryXml) SubDir() string {
|
||||
return "permissions"
|
||||
|
Reference in New Issue
Block a user