• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# =============================================================================
2#
3# Module: MobiCore driver registry
4#
5# =============================================================================
6
7# Add new folders with header files here
8LOCAL_C_INCLUDES += $(LOCAL_PATH)/Registry/Public
9
10# Add new source files here
11LOCAL_SRC_FILES	 += Registry/Registry.cpp
12