blob: fa22c6b17cd1cba0470ddf9ba3dd2d10baef0276 [file] [log] [blame]
Harout Hedeshian53def5e2014-03-04 10:12:39 -07001LOCAL_PATH := $(call my-dir)
2
3include $(CLEAR_VARS)
4
5LOCAL_SRC_FILES := sockev_cli.c
6LOCAL_CFLAGS := -Wall -Werror
7
Bharathe7c97062022-10-15 17:43:39 +05308LOCAL_HEADER_LIBRARIES += qti_kernel_headers
Harout Hedeshian53def5e2014-03-04 10:12:39 -07009
Subash Abhinov Kasiviswanathan6ed645b2016-02-22 20:08:34 -070010LOCAL_CLANG := true
Harout Hedeshian53def5e2014-03-04 10:12:39 -070011LOCAL_MODULE := sockev
12LOCAL_MODULE_TAGS := optional
13
14include $(BUILD_EXECUTABLE)