diff --git a/BUILD.gn b/BUILD.gn index b63e22c..33ad5a2 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -65,6 +65,11 @@ ohos_executable("ohos_fixparts") { "support.cc", ] + include_dirs = [ + ".", + "//third_party/gptfdisk/", + ] + public_configs = [ ":gptdisk_config" ] external_deps = [ "e2fsprogs:libext2_uuid" ]