1 # This file is generated by gyp; do not edit. 2 3 include $(CLEAR_VARS) 4 5 LOCAL_MODULE_CLASS := GYP 6 LOCAL_MODULE := build_linker_script_copy_gyp 7 LOCAL_MODULE_STEM := linker_script_copy 8 LOCAL_MODULE_SUFFIX := .stamp 9 LOCAL_MODULE_TAGS := optional 10 LOCAL_MODULE_TARGET_ARCH := $(TARGET_$(GYP_VAR_PREFIX)ARCH) 11 gyp_intermediate_dir := $(call local-intermediates-dir,,$(GYP_VAR_PREFIX)) 12 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared,,,$(GYP_VAR_PREFIX)) 13 14 # Make sure our deps are built first. 15 GYP_TARGET_DEPENDENCIES := 16 17 ### Generated for copy rule. 18 $(gyp_shared_intermediate_dir)/android_exports.lst: $(LOCAL_PATH)/build/android/android_exports.lst $(GYP_TARGET_DEPENDENCIES) | $(ACP) 19 @echo Copying: $@ 20 $(hide) mkdir -p $(dir $@) 21 $(hide) $(ACP) -rpf $< $@ 22 23 build_linker_script_copy_gyp_linker_script_copy_target_copies = $(gyp_shared_intermediate_dir)/android_exports.lst 24 25 GYP_GENERATED_OUTPUTS := \ 26 $(build_linker_script_copy_gyp_linker_script_copy_target_copies) 27 28 # Make sure our deps and generated files are built first. 29 LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS) 30 31 ### Rules for final target. 32 # Add target alias to "gyp_all_modules" target. 33 .PHONY: gyp_all_modules 34 gyp_all_modules: build_linker_script_copy_gyp 35 36 # Alias gyp target name. 37 .PHONY: linker_script_copy 38 linker_script_copy: build_linker_script_copy_gyp 39 40 LOCAL_MODULE_PATH := $(PRODUCT_OUT)/gyp_stamp 41 LOCAL_UNINSTALLABLE_MODULE := true 42 LOCAL_2ND_ARCH_VAR_PREFIX := $(GYP_VAR_PREFIX) 43 44 include $(BUILD_SYSTEM)/base_rules.mk 45 46 $(LOCAL_BUILT_MODULE): $(LOCAL_ADDITIONAL_DEPENDENCIES) 47 $(hide) echo "Gyp timestamp: $@" 48 $(hide) mkdir -p $(dir $@) 49 $(hide) touch $@ 50 51 LOCAL_2ND_ARCH_VAR_PREFIX := 52