Merge "Don't check elf properties of python prebuilts" into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-04-16 17:13:33 +00:00
committed by Android (Google) Code Review

View File

@@ -100,5 +100,6 @@ func (installer *pythonInstaller) AndroidMk(base *Module, ret *android.AndroidMk
fmt.Fprintln(w, "LOCAL_MODULE_PATH := "+path)
fmt.Fprintln(w, "LOCAL_MODULE_STEM := "+stem)
fmt.Fprintln(w, "LOCAL_SHARED_LIBRARIES := "+strings.Join(installer.androidMkSharedLibs, " "))
fmt.Fprintln(w, "LOCAL_CHECK_ELF_FILES := false")
})
}