From 31ce3ab86602a2c78cdc566a3cf8027b3dfe10b6 Mon Sep 17 00:00:00 2001 From: David Aurelio Date: Wed, 30 Jan 2019 08:37:08 -0800 Subject: [PATCH] Add license header to `fb_native_wrapper.bzl` Summary: Github and fbsource got out of sync, we have a PR to fix this: https://github.com/facebook/yoga/pull/843 This updates the internal-only file to match the PR, so that we can merge it without hassle. Reviewed By: cuva Differential Revision: D13879526 fbshipit-source-id: f83115617e580e118a5f4e0f37e877db38a8fcac --- tools/build_defs/fb_native_wrapper.bzl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/build_defs/fb_native_wrapper.bzl b/tools/build_defs/fb_native_wrapper.bzl index 4e251dc0..3d246dee 100644 --- a/tools/build_defs/fb_native_wrapper.bzl +++ b/tools/build_defs/fb_native_wrapper.bzl @@ -1,3 +1,8 @@ +# Copyright (c) Facebook, Inc. and its affiliates. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + fb_native = struct( android_aar = native.android_aar, android_app_modularity = native.android_app_modularity,