mirror of
https://github.com/ioacademy-jikim/android_framwork
synced 2025-06-19 13:56:26 +00:00
8 lines
225 B
Makefile
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)
|