Lines Matching defs:file
21 # to run the dex pre-optimization *in* the emulator. So keep the file until
40 file := $(TARGET_ROOT_OUT)/init.rc
41 $(file) : $(LOCAL_PATH)/init.rc | $(ACP)
43 ALL_PREBUILT += $(file)
44 $(INSTALLED_RAMDISK_TARGET): $(file)
47 file := $(TARGET_ROOT_OUT)/ueventd.rc
48 $(file) : $(LOCAL_PATH)/ueventd.rc | $(ACP)
50 ALL_PREBUILT += $(file)
51 $(INSTALLED_RAMDISK_TARGET): $(file)
56 file := $(TARGET_ROOT_OUT)/init.goldfish.rc
57 $(file) : $(LOCAL_PATH)/etc/init.goldfish.rc | $(ACP)
59 ALL_PREBUILT += $(file)
60 $(INSTALLED_RAMDISK_TARGET): $(file)
62 file := $(TARGET_ROOT_OUT)/ueventd.goldfish.rc
63 $(file) : $(LOCAL_PATH)/etc/ueventd.goldfish.rc | $(ACP)
65 ALL_PREBUILT += $(file)
66 $(INSTALLED_RAMDISK_TARGET): $(file)