Home
last modified time | relevance | path

Searched refs:makefile (Results 1 – 7 of 7) sorted by relevance

/development/scripts/
Dboardconfig_usage_analysis.py91 makefile = os.path.join(TOP, path, 'Android.mk')
92 makefiles.append(makefile)
123 for makefile in makefiles:
124 if not os.path.isfile(makefile):
128 with open(makefile, encoding='latin1') as mk_file:
132 usage.add(makefile[len(TOP) + 1:])
/development/host/windows/usb/winusb/
DMAKEFILE22 !INCLUDE $(NTMAKEENV)\makefile.def
/development/host/windows/usb/api/
DMAKEFILE22 !INCLUDE $(NTMAKEENV)\makefile.def
/development/host/windows/usb/adb_winapi_test/
DMAKEFILE22 !INCLUDE $(NTMAKEENV)\makefile.def
/development/samples/SimpleJNI/
DAndroid.bp17 // This makefile shows how to build a shared library and an activity that
/development/samples/SimpleJNI/jni/
DAndroid.bp17 // This makefile supplies the rules for building a library of JNI code for
/development/tools/repo_pull/
Dgerrit.py121 def makefile(self, *args): member in CurlSocket