summaryrefslogblamecommitdiffstats
blob: b30d11c848184a691af4baa7247cd9b679198685 (plain) (tree)
1
2
3
4
5
6
7
8
9


                            

                                                                      
                                


                                
               

                           

                      

                                
                                                
 
                           
LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)
LOCAL_MODULE := android.hardware.tests.extension.light@2.0-service
LOCAL_INIT_RC := android.hardware.tests.extension.light@2.0-service.rc
LOCAL_PROPRIETARY_MODULE := true
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_SRC_FILES := \
    Light.cpp \
    service.cpp

LOCAL_SHARED_LIBRARIES := \
    libhidlbase \
    libhidltransport \
    libutils \
    android.hardware.light@2.0 \
    android.hardware.tests.extension.light@2.0 \

include $(BUILD_EXECUTABLE)