Don't check elf properties of python prebuilts am: bc32a50ff4
Change-Id: Ie9ae5120d58dbc53329e2a9c498c1928aaab8a76
This commit is contained in:
@@ -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")
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user