commit | 1bf6765defcfff06f7108ac998d18ef98cf829e3 | [log] [tgz] |
---|---|---|
author | Bob Badour <bbadour@google.com> | Sat Feb 13 11:51:55 2021 -0800 |
committer | Bob Badour <bbadour@google.com> | Wed Feb 17 09:46:26 2021 -0800 |
tree | ed231358fc1a3069b3c69e423bcdb775141ae86e | |
parent | a0516f76abaa765f1ee22ca5c087fbdfc4db1075 [diff] [blame] |
Add license to hiddenapi Test: m all Change-Id: Ic61a74d94bea0e4de2a47be7e15fcf874fb397c3
diff --git a/scripts/hiddenapi/Android.bp b/scripts/hiddenapi/Android.bp index a669cad..af7e7fe 100644 --- a/scripts/hiddenapi/Android.bp +++ b/scripts/hiddenapi/Android.bp
@@ -14,6 +14,10 @@ * limitations under the License. */ +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + python_binary_host { name: "merge_csv", main: "merge_csv.py",