HomeSort by relevance Sort by last modified time
    Searched refs:BUILD_OS (Results 1 - 7 of 7) sorted by null

  /build/core/combo/
javac.mk 11 ifeq ($(BUILD_OS), windows)
select.mk 83 ifeq ($(HOST_OS)-$(BUILD_OS),windows-linux)
  /external/bison/
Android.mk 23 $(LOCAL_PATH)/$(BUILD_OS)-lib \
107 ifeq ($(BUILD_OS),darwin)
130 ifeq ($(BUILD_OS),linux)
143 $(LOCAL_PATH)/$(BUILD_OS)-lib \
  /build/core/
envsetup.mk 55 # BUILD_OS is the real host doing the build.
56 BUILD_OS := $(HOST_OS)
164 BUILD_OUT := $(OUT_DIR)/host/$(BUILD_OS)-$(BUILD_ARCH)
droiddoc.mk 56 ifeq ($(BUILD_OS),linux)
config.mk 304 BISON := prebuilts/misc/$(BUILD_OS)-$(BUILD_ARCH)/bison/bison
  /ndk/build/tools/
build-host-gcc.sh 206 BUILD_OS=$HOST_OS
332 # - we build a $BUILD_OS-x86 toolchain on a $BUILD_OS-x86_64 machine
333 # - we don't want to build $BUILD_OS-x86_64 either.
335 # Then we can change our BUILD values to $BUILD_OS-x86
342 if [ "$(tag_to_os $SYSTEM)" = "$BUILD_OS" ]; then
358 BUILD_TAG=$BUILD_OS-$BUILD_ARCH
369 case $BUILD_OS in
682 case $BUILD_OS in
733 case $BUILD_OS i
    [all...]

Completed in 581 milliseconds