From ea413bf705dbe1ee647b80fad0d80ed42bdaea11 Mon Sep 17 00:00:00 2001 From: yuqianyuan Date: Sat, 11 Sep 2021 23:03:04 +0800 Subject: [PATCH] add files Signed-off-by: yuqianyuan --- devicemanager.gni | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/devicemanager.gni b/devicemanager.gni index 83db3519..5b37dbc8 100644 --- a/devicemanager.gni +++ b/devicemanager.gni @@ -11,7 +11,6 @@ # See the License for the specific language governing permissions and # limitations under the License. - devicemanager_path = "//foundation/distributedhardware/devicemanager" common_path = "${devicemanager_path}/common" @@ -23,6 +22,6 @@ services_path = "${devicemanager_path}/services" innerkits_path = "${devicemanager_path}/interfaces/inner_kits" build_flags = [ - "-Werror", - "-Wall", - ] \ No newline at end of file + "-Werror", + "-Wall", +]