blob: fe064100ca4c4a27fd7131e764ae5989eb4dc88c [file] [log] [blame]
# Copyright 2015 The Android Open Source Project
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= dumpcache.c
LOCAL_SHARED_LIBRARIES := libcutils
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
LOCAL_MODULE_TAGS := debug
LOCAL_MODULE:= dumpcache
include $(BUILD_EXECUTABLE)