HomeSort by relevance Sort by last modified time
    Searched refs:addsuffix (Results 1 - 25 of 39) sorted by null

1 2

  /external/icu4c/tools/
Android.mk 4 subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
  /external/sepolicy/
Android.mk 19 LOCAL_POLICY_FC := $(wildcard $(addsuffix sepolicy.fc, $(LOCAL_POLICY_DIRS)))
20 LOCAL_POLICY_TE := $(wildcard $(addsuffix sepolicy.te, $(LOCAL_POLICY_DIRS)))
21 LOCAL_POLICY_PC := $(wildcard $(addsuffix sepolicy.pc, $(LOCAL_POLICY_DIRS)))
22 LOCAL_POLICY_FS_USE := $(wildcard $(addsuffix sepolicy.fs_use, $(LOCAL_POLICY_DIRS)))
23 LOCAL_POLICY_PORT_CONTEXTS := $(wildcard $(addsuffix sepolicy.port_contexts, $(LOCAL_POLICY_DIRS)))
24 LOCAL_POLICY_GENFS_CONTEXTS := $(wildcard $(addsuffix sepolicy.genfs_contexts, $(LOCAL_POLICY_DIRS)))
25 LOCAL_POLICY_INITIAL_SID_CONTEXTS := $(wildcard $(addsuffix sepolicy.initial_sid_contexts, $(LOCAL_POLICY_DIRS)))
26 LOCAL_POLICY_SC := $(wildcard $(addsuffix seapp_contexts, $(LOCAL_POLICY_DIRS)))
  /device/common/libbt/
vnd_buildcfg.mk 3 SRC := $(call my-dir)/include/$(addprefix vnd_, $(addsuffix .txt,$(basename $(TARGET_DEVICE))))
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
Makefile 5 ICONS := $(addsuffix .png, $(foreach name, $(NAMES), $(foreach size, $(SIZES), $(size)/$(name))))
6 ICONS += $(addsuffix .xpm, $(NAMES))
  /external/v8/
Makefile 126 BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(ARCHES)))
128 CHECKS = $(addsuffix .check,$(BUILDS))
133 $(ARCHES) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(ARCHES)) \
134 $(addsuffix .check,$(MODES)) $(addsuffix .check,$(ARCHES)) \
142 $(MODES): $(addsuffix .$$@,$(DEFAULT_ARCHES))
177 $(addsuffix .check,$(MODES)): $$(basename $$@)
181 $(addsuffix .check,$(ARCHES)): $$(basename $$@)
194 $(addsuffix .clean,$(ARCHES)):
210 clean: $(addsuffix .clean,$(ARCHES)) native.clea
    [all...]
  /external/clang/
Android.mk 6 subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
  /external/libsepol/tests/
Makefile 27 stdpol := $(addsuffix .std,$(policysrc))
28 mlspol := $(addsuffix .mls,$(policysrc))
  /frameworks/compile/mclinker/
Android.mk 34 include $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, $(subdirs)))
  /external/e2fsprogs/misc/
Android.mk 76 LOCAL_SHARED_LIBRARIES := $(addsuffix _host, $(mke2fs_shared_libraries))
150 LOCAL_SHARED_LIBRARIES := $(addsuffix _host, $(tune2fs_shared_libraries))
222 LOCAL_SHARED_LIBRARIES := $(addsuffix _host, $(badblocks_shared_libraries))
  /external/e2fsprogs/lib/blkid/
Android.mk 68 LOCAL_SHARED_LIBRARIES := $(addsuffix _host, $(libext2_blkid_shared_libraries))
  /external/e2fsprogs/resize/
Android.mk 63 LOCAL_SHARED_LIBRARIES := $(addsuffix _host, $(resize2fs_shared_libraries))
  /external/icu4c/
Android.mk 18 subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
  /external/e2fsprogs/e2fsck/
Android.mk 59 LOCAL_SHARED_LIBRARIES := $(addsuffix _host, $(libext2_profile_shared_libraries))
154 LOCAL_SHARED_LIBRARIES := $(addsuffix _host, $(e2fsck_shared_libraries))
  /frameworks/compile/libbcc/
libbcc-gen-build-info.mk 42 $(addsuffix $(so_suffix), $(LOCAL_SHARED_LIBRARIES))) \
  /hardware/invensense/libsensors_iio/software/core/mllite/build/android/
shared.mk 62 INV_OBJS := $(addsuffix .o,$(INV_SOURCES))
63 INV_OBJS_DST = $(addprefix $(OBJFOLDER)/,$(addsuffix .o, $(notdir $(INV_SOURCES))))
  /hardware/invensense/libsensors_iio/software/core/mpl/build/android/
shared.mk 63 INV_OBJS := $(addsuffix .o,$(INV_SOURCES))
64 INV_OBJS_DST = $(addprefix $(OBJFOLDER)/,$(addsuffix .o, $(notdir $(INV_SOURCES))))
  /development/tools/apkcheck/
Android.mk 38 subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
  /external/e2fsprogs/lib/ext2fs/
Android.mk 120 LOCAL_SHARED_LIBRARIES := $(addsuffix _host, $(libext2fs_shared_libraries))
  /hardware/invensense/libsensors_iio/software/simple_apps/mpu_iio/build/android/
shared.mk 78 INV_OBJS := $(addsuffix .o,$(INV_SOURCES))
79 INV_OBJS_DST = $(addprefix $(OBJFOLDER)/,$(addsuffix .o, $(notdir $(INV_SOURCES))))
  /hardware/invensense/libsensors_iio/software/simple_apps/self_test/build/android/
shared.mk 78 INV_OBJS := $(addsuffix .o,$(INV_SOURCES))
79 INV_OBJS_DST = $(addprefix $(OBJFOLDER)/,$(addsuffix .o, $(notdir $(INV_SOURCES))))
  /hardware/ti/omap4xxx/domx/make/
build.mk 110 TARGETKO := $(addsuffix .ko,$(basename $(TARGET)))
111 TARGETMOD := $(addsuffix .mod,$(basename $(TARGET)))
132 BASEOBJ := $(addsuffix .o,$(basename $(SOURCES)))
135 ST_LIBNAMES := $(addsuffix .a, $(addprefix lib, $(ST_LIBS)))
136 DL_LIBNAMES := $(addsuffix .so, $(addprefix lib, $(SH_LIBS)))
  /build/core/
pathmap.mk 85 $(addsuffix /java, \
  /external/zlib/src/nintendods/
Makefile 79 export OFILES := $(addsuffix .o,$(BINFILES)) \
  /cts/tools/cts-api-coverage/
Android.mk 39 subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
  /cts/tools/cts-java-scanner/
Android.mk 39 subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \

Completed in 537 milliseconds

1 2