diff --git a/scripts/hiddenapi/Android.bp b/scripts/hiddenapi/Android.bp index a669cadd4..af7e7fe6b 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",