1# This file is generated by gyp; do not edit. 2 3include $(CLEAR_VARS) 4 5LOCAL_MODULE_CLASS := GYP 6LOCAL_MODULE := components_autofill_regexes_gyp 7LOCAL_MODULE_STEM := autofill_regexes 8LOCAL_MODULE_SUFFIX := .stamp 9LOCAL_MODULE_TAGS := optional 10gyp_intermediate_dir := $(call local-intermediates-dir) 11gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared) 12 13# Make sure our deps are built first. 14GYP_TARGET_DEPENDENCIES := 15 16### Rules for action "autofill_regexes": 17$(gyp_shared_intermediate_dir)/autofill_regex_constants.cc: gyp_local_path := $(LOCAL_PATH) 18$(gyp_shared_intermediate_dir)/autofill_regex_constants.cc: gyp_intermediate_dir := $(abspath $(gyp_intermediate_dir)) 19$(gyp_shared_intermediate_dir)/autofill_regex_constants.cc: gyp_shared_intermediate_dir := $(abspath $(gyp_shared_intermediate_dir)) 20$(gyp_shared_intermediate_dir)/autofill_regex_constants.cc: export PATH := $(subst $(ANDROID_BUILD_PATHS),,$(PATH)) 21$(gyp_shared_intermediate_dir)/autofill_regex_constants.cc: $(LOCAL_PATH)/build/escape_unicode.py $(LOCAL_PATH)/components/autofill/core/browser/autofill_regex_constants.cc.utf8 $(GYP_TARGET_DEPENDENCIES) 22 @echo "Gyp action: components_components_gyp_autofill_regexes_target_autofill_regexes ($@)" 23 $(hide)cd $(gyp_local_path)/components; mkdir -p $(gyp_shared_intermediate_dir); python ../build/escape_unicode.py -o "$(gyp_shared_intermediate_dir)" autofill/core/browser/autofill_regex_constants.cc.utf8 24 25 26 27GYP_GENERATED_OUTPUTS := \ 28 $(gyp_shared_intermediate_dir)/autofill_regex_constants.cc 29 30# Make sure our deps and generated files are built first. 31LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS) 32 33### Rules for final target. 34# Add target alias to "gyp_all_modules" target. 35.PHONY: gyp_all_modules 36gyp_all_modules: components_autofill_regexes_gyp 37 38# Alias gyp target name. 39.PHONY: autofill_regexes 40autofill_regexes: components_autofill_regexes_gyp 41 42LOCAL_MODULE_PATH := $(PRODUCT_OUT)/gyp_stamp 43LOCAL_UNINSTALLABLE_MODULE := true 44 45include $(BUILD_SYSTEM)/base_rules.mk 46 47$(LOCAL_BUILT_MODULE): $(LOCAL_ADDITIONAL_DEPENDENCIES) 48 $(hide) echo "Gyp timestamp: $@" 49 $(hide) mkdir -p $(dir $@) 50 $(hide) touch $@ 51