2009-03-03 19:31:44 -08:00

15 lines
216 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
app_main.cpp
LOCAL_SHARED_LIBRARIES := \
libcutils \
libutils \
libandroid_runtime
LOCAL_MODULE:= app_process
include $(BUILD_EXECUTABLE)