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

  /ndk/
remove-windows-symlink.sh 9 # Find all symlinks in this directory.
10 SYMLINKS=`find $WIN_DIR -type l`
11 if [ -z "$SYMLINKS" ]; then
14 # Iterate symlinks
15 for SYMLINK in $SYMLINKS; do
  /external/yaffs2/yaffs2/direct/
Makefile 35 SYMLINKS = devextras.h yaffs_ecc.c yaffs_ecc.h yaffs_guts.c yaffs_guts.h yaffsinterface.h yportenv.h yaffs_tagscompat.c yaffs_tagscompat.h \
48 $(SYMLINKS):
51 directtest2k: $(SYMLINKS) $(DIRECTTESTOBJS)
55 boottest: $(SYMLINKS) $(BOOTTESTOBJS)
  /system/core/init/
Android.mk 49 SYMLINKS := \
53 $(SYMLINKS): INIT_BINARY := $(LOCAL_MODULE)
54 $(SYMLINKS): $(LOCAL_INSTALLED_MODULE) $(LOCAL_PATH)/Android.mk
60 ALL_DEFAULT_INSTALLED_MODULES += $(SYMLINKS)
65 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)
  /system/core/toolbox/
Android.mk 116 SYMLINKS := $(addprefix $(TARGET_OUT)/bin/,$(ALL_TOOLS))
117 $(SYMLINKS): TOOLBOX_BINARY := $(LOCAL_MODULE)
118 $(SYMLINKS): $(LOCAL_INSTALLED_MODULE) $(LOCAL_PATH)/Android.mk
124 ALL_DEFAULT_INSTALLED_MODULES += $(SYMLINKS)
129 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 1137 SYMLINKS=`ls -l $(sysroot_dir)/usr/lib | grep /lib/ | awk '{ print $10; }'`
1139 for SL in $SYMLINKS; do
1148 # Also deal with a few direct symlinks that don't use the /lib/ prefix
1150 SYMLINKS=`ls -l $(sysroot_dir)/usr/lib | grep -v /lib/ | awk '{ print $10; }'`
1152 for SL in $SYMLINKS; do
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh     [all...]

Completed in 168 milliseconds