Merge \"Don\'t specify LOCAL_STRIP_MODULE for static libraries\"

am: bec7c12043

Change-Id: I1b9f5c3972cf882cf91d774af5a0559c406d53a9
This commit is contained in:
Colin Cross
2016-07-07 19:21:20 +00:00
committed by android-build-merger

View File

@@ -79,7 +79,9 @@ func (library *baseLinker) AndroidMk(ret *android.AndroidMkData) {
func (library *libraryLinker) AndroidMk(ret *android.AndroidMkData) {
library.baseLinker.AndroidMk(ret)
if !library.static() {
library.stripper.AndroidMk(ret)
}
ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) error {
var exportedIncludes []string