summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 19:50:48 -0800
committerBob Badour <bbadour@google.com>2021-02-12 19:50:48 -0800
commit3e99a91e966e61dc293d4decc02f7d0e92983e51 (patch)
tree8ce9c56dcc6956cc9cc56c85e26e656c335bf62c
parentd9eb0959c6092bc4206e38cac3d6e7529e23aa27 (diff)
downloadvoip-3e99a91e966e61dc293d4decc02f7d0e92983e51.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/opt/net/voip
Added SPDX-license-identifier-Apache-2.0 to: Android.bp src/jni/rtp/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I0a19873e11d9eed83ad40755fb7465bdd7a39586
-rw-r--r--Android.bp4
-rw-r--r--src/jni/rtp/Android.bp4
2 files changed, 8 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7f2d193..5295c5e 100644
--- a/Android.bp
+++ b/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"],
+}
+
filegroup {
name: "opt-net-voip-srcs",
srcs: [
diff --git a/src/jni/rtp/Android.bp b/src/jni/rtp/Android.bp
index b933054..a1497f9 100644
--- a/src/jni/rtp/Android.bp
+++ b/src/jni/rtp/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_shared {
name: "librtp_jni",
srcs: [