Loading android/androidmk.go +4 −1 Original line number Diff line number Diff line Loading @@ -945,7 +945,10 @@ func shouldSkipAndroidMkProcessing(module *ModuleBase) bool { return !module.Enabled() || module.commonProperties.HideFromMake || // Make does not understand LinuxBionic module.Os() == LinuxBionic module.Os() == LinuxBionic || // Make does not understand LinuxMusl, except when we are building with USE_HOST_MUSL=true // and all host binaries are LinuxMusl (module.Os() == LinuxMusl && module.Target().HostCross) } // A utility func to format LOCAL_TEST_DATA outputs. See the comments on DataPath to understand how Loading Loading
android/androidmk.go +4 −1 Original line number Diff line number Diff line Loading @@ -945,7 +945,10 @@ func shouldSkipAndroidMkProcessing(module *ModuleBase) bool { return !module.Enabled() || module.commonProperties.HideFromMake || // Make does not understand LinuxBionic module.Os() == LinuxBionic module.Os() == LinuxBionic || // Make does not understand LinuxMusl, except when we are building with USE_HOST_MUSL=true // and all host binaries are LinuxMusl (module.Os() == LinuxMusl && module.Target().HostCross) } // A utility func to format LOCAL_TEST_DATA outputs. See the comments on DataPath to understand how Loading