diff options
Diffstat (limited to 'ui/terminal/Android.bp')
-rw-r--r-- | ui/terminal/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/terminal/Android.bp b/ui/terminal/Android.bp index aa6e35d2b..fdf300faa 100644 --- a/ui/terminal/Android.bp +++ b/ui/terminal/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"], +} + bootstrap_go_package { name: "soong-ui-terminal", pkgPath: "android/soong/ui/terminal", |