Skip to content

Commit 690ba92

Browse files
committed
refactor: better file structure
1 parent 0e7710e commit 690ba92

File tree

76 files changed

+10
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+10
-8
lines changed

library/src/main/jni/Android.mk

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ CGE_ROOT=$(LOCAL_PATH)
1616

1717
CGE_SOURCE=$(CGE_ROOT)/cge
1818

19-
CGE_INCLUDE=$(CGE_ROOT)/include
20-
2119
#### CGE Library headers ###########
2220
LOCAL_C_INCLUDES := \
2321
$(CGE_ROOT)/interface \
24-
$(CGE_INCLUDE) \
25-
$(CGE_INCLUDE)/filters \
22+
$(CGE_SOURCE)/common \
23+
$(CGE_SOURCE)/extends \
24+
$(CGE_SOURCE)/filters \
2625

2726

2827
#### CGE Library native source ###########
@@ -182,4 +181,4 @@ endif
182181

183182
# Call user defined module
184183
include $(CLEAR_VARS)
185-
include $(CGE_ROOT)/source/source.mk
184+
include $(CGE_ROOT)/custom/source.mk
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)