File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
tests/cpp-tests/proj.android/jni Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ LOCAL_MODULE_FILENAME := libnetwork
77
88LOCAL_SRC_FILES := HttpClient-android.cpp \
99SocketIO.cpp \
10- WebSocket.cpp
10+ WebSocket.cpp \
11+ CCDownloader.cpp \
12+ CCDownloaderImpl.cpp
1113
1214LOCAL_EXPORT_C_INCLUDES :=
1315
Original file line number Diff line number Diff line change 1111
1212LOCAL_SRC_FILES := \
1313assets-manager/AssetsManager.cpp \
14- assets-manager/Downloader.cpp \
1514assets-manager/Manifest.cpp \
1615assets-manager/AssetsManagerEx.cpp \
1716assets-manager/CCEventAssetsManagerEx.cpp \
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ LOCAL_SRC_FILES := main.cpp \
4646../../Classes/CurlTest/CurlTest.cpp \
4747../../Classes/CurrentLanguageTest/CurrentLanguageTest.cpp \
4848../../Classes/DataVisitorTest/DataVisitorTest.cpp \
49+ ../../Classes/DownloaderTest/DownloaderTest.cpp \
4950../../Classes/DrawPrimitivesTest/DrawPrimitivesTest.cpp \
5051../../Classes/EffectsAdvancedTest/EffectsAdvancedTest.cpp \
5152../../Classes/EffectsTest/EffectsTest.cpp \
You can’t perform that action at this time.
0 commit comments