Revert "Add filegroup support to notice property."
This reverts commit ff7a1a47d9
.
Reason for revert: Broke ART buildbot
Change-Id: I005ccfcc2c36bbcb274cb2a069fc701168faacd2
This commit is contained in:
@@ -277,8 +277,8 @@ func translateAndroidModule(ctx SingletonContext, w io.Writer, mod blueprint.Mod
|
||||
}
|
||||
}
|
||||
|
||||
if amod.noticeFile != nil {
|
||||
fmt.Fprintln(&data.preamble, "LOCAL_NOTICE_FILE :=", amod.noticeFile.String())
|
||||
if amod.commonProperties.Notice != nil {
|
||||
fmt.Fprintln(&data.preamble, "LOCAL_NOTICE_FILE :=", "$(LOCAL_PATH)/"+*amod.commonProperties.Notice)
|
||||
}
|
||||
|
||||
if host {
|
||||
|
Reference in New Issue
Block a user