replicant-frameworks_native/cmds/surfaceflinger/Android.mk
Mathias Agopian 81bac09fa6 move native services under services/
moved surfaceflinger, audioflinger, cameraservice

all native services should now reside in this location.

Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8
2010-07-14 17:59:35 -07:00

18 lines
298 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
main_surfaceflinger.cpp
LOCAL_SHARED_LIBRARIES := \
libsurfaceflinger \
libbinder \
libutils
LOCAL_C_INCLUDES := \
$(LOCAL_PATH)/../../services/surfaceflinger
LOCAL_MODULE:= surfaceflinger
include $(BUILD_EXECUTABLE)