1
0
Fork 0
rk35xx-android12/system/chre/pal/pal.mk

17 lines
497 B

#
# PAL Makefile
#
# Common Compiler Flags ########################################################
# Include paths.
COMMON_CFLAGS += -Ipal/include
# GoogleTest Source Files ######################################################
GOOGLETEST_CFLAGS += -Ipal/tests/include
GOOGLETEST_SRCS += pal/tests/src/version_test.cc
GOOGLETEST_SRCS += pal/tests/src/wwan_test.cc
GOOGLETEST_PAL_IMPL_SRCS += pal/tests/src/gnss_pal_impl_test.cc
GOOGLETEST_PAL_IMPL_SRCS += pal/tests/src/wifi_pal_impl_test.cc