3
0
replicant-device_samsung_ga.../surfaceflinger_client/Android.mk
Daniel Hillenbrand 51841ab0c5 initial commit
2012-07-25 04:32:16 +02:00

12 lines
204 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
surfaceflinger_client.cpp
LOCAL_SHARED_LIBRARIES :=
LOCAL_MODULE:= libsurfaceflinger_client
include $(BUILD_SHARED_LIBRARY)