blob: a33f5cc7c3e88336ffc89a8396d2c6851a90099a [file] [log] [blame]
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)