Merge "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/net"
diff --git a/staticlibs/netd/Android.bp b/staticlibs/netd/Android.bp
index c93c2fc..530ccd3 100644
--- a/staticlibs/netd/Android.bp
+++ b/staticlibs/netd/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"],
+}
+
java_library {
name: "netd_aidl_interface-lateststable-java",
sdk_version: "system_current",