Searched refs:intermediates (Results 1 – 6 of 6) sorted by relevance
/development/tools/idegen/ |
D | idegen.sh | 9 idegenjar=`find out -name idegen.jar -follow | grep -v intermediates` 11 …jar=`find $OUT_DIR_COMMON_BASE/$(basename "$PWD") -name idegen.jar -follow | grep -v intermediates`
|
D | excluded-paths | 26 # Duplicate R.java files. We'll keep the versions from the "intermediates"
|
/development/tools/idegen/src/com/android/idegen/ |
D | FrameworkModule.java | 62 File intermediates = new File(rootPath); in appendContentRoot() local 63 ImmutableList<File> intermediateSrcDirs = DirectorySearch.findSourceDirs(intermediates); in appendContentRoot() 64 stringBuilder.append(" <content url=\"file://").append(intermediates).append("\">\n"); in appendContentRoot()
|
/development/build/ |
D | Android.mk | 60 full_target := $(call intermediates-dir-for,JAVA_LIBRARIES,android_stubs_current,,COMMON)/classes.j… 61 full_src_target := $(call intermediates-dir-for,ETC,frameworks-base-api-current.srcjar)/frameworks-… 64 android_jar_intermediates := $(call intermediates-dir-for,PACKAGING,android_jar,,COMMON) 91 ALL_SDK_FILES += $(call intermediates-dir-for,JAVA_LIBRARIES,core-current-stubs-for-system-modules,…
|
D | sdk.atree | 92 …m/libc.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/li… 93 …m/libm.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/li… 94 …m/libcompiler_rt.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/armeabi-v7a/li… 101 …b/x86/libc.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/libc.so 102 …b/x86/libm.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/libm.so 103 …6/libcompiler_rt.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86/libcompile… 110 …64/libc.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/arm64-v8a/libc… 111 …64/libm.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/arm64-v8a/libm… 112 …64/libcompiler_rt.a build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/arm64-v8a/libc… 119 …64/libc.so build-tools/${PLATFORM_NAME}/renderscript/lib/intermediates/x86_64/libc.so [all …]
|
/development/tools/winscope/ |
D | README.md | 30 …oad(open(x)), sys.argv[1:])).items())), indent=2))' $(find out/soong/.intermediates/frameworks/bas…
|