Merge "apex: support prebuilt_firmware for vendor apexes"

This commit is contained in:
Jooyung Han
2020-09-02 04:17:43 +00:00
committed by Gerrit Code Review
5 changed files with 64 additions and 18 deletions

View File

@@ -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"