mirror of
https://github.com/openharmony/ace_engine_lite.git
synced 2026-07-01 19:54:03 -04:00
+15
-2
@@ -88,8 +88,21 @@ lite_library("ace_lite") {
|
||||
"//third_party/jerryscript/jerry-port/default:jerry-port-default_shared",
|
||||
]
|
||||
}
|
||||
|
||||
defines = []
|
||||
defines = [
|
||||
"GRAPHIC_ENABLE_LINECAP_FLAG=1",
|
||||
"GRAPHIC_ENABLE_LINEJOIN_FLAG=1",
|
||||
"GRAPHIC_ENABLE_ELLIPSE_FLAG=1",
|
||||
"GRAPHIC_ENABLE_BEZIER_ARC_FLAG=1",
|
||||
"GRAPHIC_ENABLE_ARC_FLAG=1",
|
||||
"GRAPHIC_ENABLE_ROUNDEDRECT_FLAG=1",
|
||||
"GRAPHIC_ENABLE_DASH_GENERATE_FLAG=1",
|
||||
"GRAPHIC_ENABLE_BLUR_EFFECT_FLAG=1",
|
||||
"GRAPHIC_ENABLE_SHADOW_EFFECT_FLAG=1",
|
||||
"GRAPHIC_ENABLE_GRADIENT_FILL_FLAG=1",
|
||||
"GRAPHIC_ENABLE_PATTERN_FILL_FLAG=1",
|
||||
"GRAPHIC_ENABLE_DRAW_IMAGE_FLAG=1",
|
||||
"GRAPHIC_ENABLE_DRAW_TEXT_FLAG=1",
|
||||
]
|
||||
|
||||
if (ohos_build_type == "debug") {
|
||||
defines += [ "JS_PROFILER=1" ]
|
||||
|
||||
Reference in New Issue
Block a user