diff --git a/BUILD.gn b/BUILD.gn index 330d12b..d098606 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -11,6 +11,10 @@ # See the License for the specific language governing permissions and # limitations under the License. -group("wifi") { - deps = [ "$ohos_board_adapter_dir/hals/communication/wifi_lite/wifiservice:wifiservice" ] +config("include") { + include_dirs = [ "interfaces/wifiservice" ] +} + +group("wifi") { + public_configs = [ ":include" ] }