mirror of
https://github.com/ioacademy-jikim/android_framwork
synced 2025-06-11 18:06:09 +00:00
8 lines
218 B
Makefile
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)
|