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

  /bionic/libc/zoneinfo/
Android.mk 18 ALL_PREBUILT += $(HOST_OUT)/usr/share/zoneinfo/zoneinfo.dat
19 $(eval $(call copy-one-file,$(LOCAL_PATH)/zoneinfo.dat,$(HOST_OUT)/usr/share/zoneinfo/zoneinfo.dat))
21 ALL_PREBUILT += $(HOST_OUT)/usr/share/zoneinfo/zoneinfo.idx
22 $(eval $(call copy-one-file,$(LOCAL_PATH)/zoneinfo.idx,$(HOST_OUT)/usr/share/zoneinfo/zoneinfo.idx))
24 ALL_PREBUILT += $(HOST_OUT)/usr/share/zoneinfo/zoneinfo.version
25 $(eval $(call copy-one-file,$(LOCAL_PATH)/zoneinfo.version,$(HOST_OUT)/usr/share/zoneinfo/zoneinfo.version))
  /build/core/
notice_files.mk 43 module_installed_filename := $(patsubst $(HOST_OUT)%,%,$(module_installed_filename))
envsetup.mk 190 HOST_OUT := $(HOST_OUT_$(HOST_BUILD_TYPE))
213 HOST_OUT_EXECUTABLES:= $(HOST_OUT)/bin
214 HOST_OUT_SHARED_LIBRARIES:= $(HOST_OUT)/lib
215 HOST_OUT_JAVA_LIBRARIES:= $(HOST_OUT)/framework
216 HOST_OUT_SDK_ADDON := $(HOST_OUT)/sdk_addon
218 HOST_OUT_INTERMEDIATES := $(HOST_OUT)/obj
cleanbuild.mk 177 ./$(HOST_OUT)/obj/NOTICE_FILES \
178 ./$(HOST_OUT)/sdk \
Makefile     [all...]
  /libcore/
NativeCode.mk 126 LOCAL_ADDITIONAL_DEPENDENCIES += $(HOST_OUT)/etc/security/cacerts.bks
129 $(eval $(call copy-one-file,$(LOCAL_PATH)/luni/src/main/files/cacerts.bks,$(HOST_OUT)/etc/security/cacerts.bks))
  /external/icu4c/common/
Android.mk 147 LOCAL_ADDITIONAL_DEPENDENCIES += $(HOST_OUT)/usr/icu/$(root).dat
  /external/icu4c/stubdata/
Android.mk 79 $(eval $(call copy-one-file,$(LOCAL_PATH)/$(root)-$(config).dat,$(HOST_OUT)/usr/icu/$(root).dat))
  /build/core/tasks/
cts.mk 15 cts_dir := $(HOST_OUT)/cts

Completed in 204 milliseconds