1
0
mirror of https://github.com/ioacademy-jikim/android_framwork synced 2025-06-11 18:06:09 +00:00
ioacademy-jikim b313330e0f 12
2018-06-15 17:07:15 +09:00

8 lines
218 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SHARED_LIBRARIES = liblog libutils libhidlbase android.hardware.samples@1.0
LOCAL_SRC_FILES := client.cpp
LOCAL_MODULE := my_client
include $(BUILD_EXECUTABLE)