[Android] Enable test for the android build
authorJihoon Lee <jhoon.it.lee@samsung.com>
Fri, 22 Oct 2021 14:41:02 +0000 (23:41 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Tue, 26 Oct 2021 07:23:47 +0000 (16:23 +0900)
This patch enable android build, this abling this option has an issue

**Self evaluation:**
1. Build test: [X]Passed [ ]Failed [ ]Skipped
2. Run test: [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Jihoon Lee <jhoon.it.lee@samsung.com>
meson.build

index 6ebda6d..ac0da33 100644 (file)
@@ -153,7 +153,7 @@ if get_option('enable-logging')
   extra_defines += '-D__LOGGING__=1'
 endif
 
-if get_option('enable-test') and get_option('platform') != 'android'
+if get_option('enable-test') and get_option('platform') != 'android'
   extra_defines += '-DENABLE_TEST=1'
 endif