Lines Matching refs:w
52 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
54 fmt.Fprintln(w, "LOCAL_COMPATIBILITY_SUITE :=",
64 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
66 fmt.Fprintln(w, "LOCAL_COMPATIBILITY_SUITE :=",
71 fmt.Fprintln(w, "LOCAL_TEST_CONFIG :=",
75 fmt.Fprintln(w, "LOCAL_FULL_TEST_CONFIG :=",
91 ret.Extra = append(ret.Extra, func(w io.Writer, outputFile android.Path) {
96 fmt.Fprintln(w, "LOCAL_MODULE_SUFFIX := "+filepath.Ext(file))
97 fmt.Fprintln(w, "LOCAL_MODULE_PATH := $(OUT_DIR)/"+filepath.Clean(dir))
98 fmt.Fprintln(w, "LOCAL_MODULE_STEM := "+stem)
99 fmt.Fprintln(w, "LOCAL_SHARED_LIBRARIES := "+strings.Join(installer.androidMkSharedLibs, " "))