aboutsummaryrefslogtreecommitdiff
path: root/pw_malloc/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'pw_malloc/BUILD.gn')
-rw-r--r--pw_malloc/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_malloc/BUILD.gn b/pw_malloc/BUILD.gn
index f56a0fe97..5a700a8b1 100644
--- a/pw_malloc/BUILD.gn
+++ b/pw_malloc/BUILD.gn
@@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations under
# the License.
-# gn-format disable
import("//build_overrides/pigweed.gni")
import("$dir_pw_build/facade.gni")
@@ -20,6 +19,7 @@ import("$dir_pw_build/target_types.gni")
import("$dir_pw_docgen/docs.gni")
import("$dir_pw_malloc/backend.gni")
import("$dir_pw_unit_test/test.gni")
+
config("default_config") {
include_dirs = [ "public" ]
}