[LSC] Add LOCAL_LICENSE_KINDS to frameworks/libs/net

Added SPDX-license-identifier-Apache-2.0 to:
  common/native/nettestutils/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all
Change-Id: If5fcd4735fe82f336227626a443bba1d74201722
This commit is contained in:
Bob Badour
2022-01-27 10:46:23 -08:00
parent da4d59d268
commit ae85125761

View File

@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // limitations under the License.
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_library_static { cc_library_static {
name: "libnettestutils", name: "libnettestutils",
export_include_dirs: ["include"], export_include_dirs: ["include"],