[LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/net am: 061d627e9c

Original change: https://android-review.googlesource.com/c/platform/frameworks/libs/net/+/1916849

Change-Id: I86c3969550285bea96f323c5d3cdf570dc9b1924
diff --git a/staticlibs/native/bpf_map_utils/Android.bp b/staticlibs/native/bpf_map_utils/Android.bp
index e291bbc..e14c259 100644
--- a/staticlibs/native/bpf_map_utils/Android.bp
+++ b/staticlibs/native/bpf_map_utils/Android.bp
@@ -12,6 +12,10 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+package {
+    default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
 cc_library_headers {
     name: "bpf_map_utils",
     vendor_available: true,