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

8 lines
225 B
Makefile

LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SHARED_LIBRARIES = liblog libutils libhidlbase android.hardware.light@2.0
LOCAL_SRC_FILES := light_client.cpp
LOCAL_MODULE := light_client
include $(BUILD_EXECUTABLE)