aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-16 01:02:13 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-02-16 01:02:13 +0000
commitc0e7eb5a23c35b9d0bddaefc17dfb3c5ad6ff78f (patch)
treec66158cd6bc0524a6d78545623a217ef48d7ed66
parenta639513421178b8fe7d379b5a3b718bc42e7fa47 (diff)
parent4fcee49274289f21f32ef1af0c47d61f928d87a9 (diff)
downloadcarrier_settings-c0e7eb5a23c35b9d0bddaefc17dfb3c5ad6ff78f.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to tools/carrier_settings am: cb2a91bb8d am: 13af095fee am: 4fcee49274
Original change: https://android-review.googlesource.com/c/platform/tools/carrier_settings/+/1589087 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I137434a893def7a53ad3d3f11ff5ebb6efbd40ca
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 6b86bc5..350af13 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"],
+}
+
python_binary_host {
name: "update_apn",
main: "python/update_apn.py",