Dianne Hackborn e4bfb78ae3 The return of rawbu. For other nefarious purposes.
Change-Id: I3e9c892cb6ee79e85bc4d9b817f4ad9942a73b4e
2010-03-11 21:43:34 -08:00

20 lines
348 B
Makefile

# Copyright 2009 The Android Open Source Project
ifneq ($(TARGET_SIMULATOR),true)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= backup.cpp
LOCAL_SHARED_LIBRARIES := libcutils libc
LOCAL_MODULE:= rawbu
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
LOCAL_MODULE_TAGS := debug
include $(BUILD_EXECUTABLE)
endif