1 # This file is generated by gyp; do not edit. 2 3 include $(CLEAR_VARS) 4 5 LOCAL_MODULE_CLASS := GYP 6 LOCAL_MODULE := sandbox_sandbox_gyp 7 LOCAL_MODULE_STEM := sandbox 8 LOCAL_MODULE_SUFFIX := .stamp 9 LOCAL_MODULE_TAGS := optional 10 gyp_intermediate_dir := $(call local-intermediates-dir) 11 gyp_shared_intermediate_dir := $(call intermediates-dir-for,GYP,shared) 12 13 # Make sure our deps are built first. 14 GYP_TARGET_DEPENDENCIES := \ 15 $(call intermediates-dir-for,STATIC_LIBRARIES,sandbox_sandbox_services_gyp)/sandbox_sandbox_services_gyp.a \ 16 $(call intermediates-dir-for,STATIC_LIBRARIES,sandbox_seccomp_bpf_gyp)/sandbox_seccomp_bpf_gyp.a \ 17 $(call intermediates-dir-for,STATIC_LIBRARIES,sandbox_seccomp_bpf_helpers_gyp)/sandbox_seccomp_bpf_helpers_gyp.a 18 19 GYP_GENERATED_OUTPUTS := 20 21 # Make sure our deps and generated files are built first. 22 LOCAL_ADDITIONAL_DEPENDENCIES := $(GYP_TARGET_DEPENDENCIES) $(GYP_GENERATED_OUTPUTS) 23 24 ### Rules for final target. 25 # Add target alias to "gyp_all_modules" target. 26 .PHONY: gyp_all_modules 27 gyp_all_modules: sandbox_sandbox_gyp 28 29 # Alias gyp target name. 30 .PHONY: sandbox 31 sandbox: sandbox_sandbox_gyp 32 33 LOCAL_MODULE_PATH := $(PRODUCT_OUT)/gyp_stamp 34 LOCAL_UNINSTALLABLE_MODULE := true 35 36 include $(BUILD_SYSTEM)/base_rules.mk 37 38 $(LOCAL_BUILT_MODULE): $(LOCAL_ADDITIONAL_DEPENDENCIES) 39 $(hide) echo "Gyp timestamp: $@" 40 $(hide) mkdir -p $(dir $@) 41 $(hide) touch $@ 42