From 04648cca86bd76ff784de73ea90cc14c70c27d50 Mon Sep 17 00:00:00 2001 From: y00443794 Date: Wed, 6 Nov 2019 11:04:47 +0800 Subject: [PATCH] TicketNo:DTS2019080702542 Description:export cjson include files Team:OTHERS Feature or Bugfix:Feature Binary Source:No PrivateCode(Yes/No):No Change-Id: Ic9f1ca8082ad0d5c8b1bbf971b8acb2d5bd117e7 Reviewed-on: http://mgit-tm.rnd.huawei.com/6713609 Reviewed-by: wangyalei 00438775 Tested-by: public jenkins Reviewed-by: pengjianxin 00207387 --- BUILD.gn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 28564ca..3f3af97 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -2,10 +2,16 @@ import("//build/zidane.gni") +config("cJSON_config") { + include_dirs = [ + ".", + ] +} zidane_shared_library("cjson") { sources = [ "cJSON.c", ] + public_configs = [ ":cJSON_config" ] subsystem_name = "communication" }