Home
last modified time | relevance | path

Searched defs:ANDROID_BUILD_TOP (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/tools/make/
DMakefile31 ANDROID_BUILD_TOP := $(realpath $(shell pwd)/../../../../../) macro
/libcore/support/src/test/java/tests/support/resource/
DSupport_Resources.java45 String ANDROID_BUILD_TOP = System.getenv("ANDROID_BUILD_TOP"); in getStream() local