Skip to content

Commit 7eac11b

Browse files
authored
remove boost from android. (#8307)
1 parent 03ac350 commit 7eac11b

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

libs/openFrameworksCompiled/project/android/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ model {
5353
"**/rtAudio/**/*",
5454
"**/poco/lib/**/*",
5555
"**/openssl/lib/**/*",
56-
"**/boost/include/boost/**/*",
5756
"**/curl/**/*"
5857
]
5958
}

libs/openFrameworksCompiled/project/android/common-functions.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,6 @@ def coreCppFlags(abi, ofRoot){
319319
"-I${file(ofRoot+"/addons/ofxAndroid/src")}".toString(),
320320
"-I${file(ofRoot+"/addons/ofxAccelerometer/src")}".toString(),
321321
"-I${file(libs+"/FreeImage/include")}".toString(),
322-
"-I${file(libs+"/boost/include")}".toString(),
323-
"-I${file(libs+"/boost/include/boost")}".toString(),
324322
"-I${file(libs+"/cairo/include")}".toString(),
325323
"-I${file(libs+"/cairo/include/cairo")}".toString(),
326324
"-I${file(libs+"/freetype/include")}".toString(),
@@ -371,8 +369,6 @@ def getPrebuiltLibPaths(abi, ofRoot) {
371369

372370
def paths = []
373371
paths += file(libs+"/FreeImage/lib/android/${abi}/libfreeimage.a").toString()
374-
paths += file(libs+"/boost/lib/android/${abi}/libboost_filesystem.a").toString()
375-
paths += file(libs+"/boost/lib/android/${abi}/libboost_system.a").toString()
376372
paths += file(libs+"/freetype/lib/android/${abi}/libfreetype.a").toString()
377373
paths += file(libs+"/tess2/lib/android/${abi}/libtess2.a").toString()
378374
paths += file(libs+"/curl/lib/android/${abi}/libcurl.a").toString()

libs/openFrameworksCompiled/project/android/config.android.default.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/assimp/%
289289
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/portaudio/%
290290
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/rtAudio/%
291291
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/openssl/lib/%
292-
PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/boost/include/boost/%
293292

294293
# android project folders
295294
PROJECT_EXCLUSIONS += ./gen

0 commit comments

Comments
 (0)