summaryrefslogtreecommitdiff
path: root/host/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'host/Android.bp')
-rw-r--r--host/Android.bp11
1 files changed, 11 insertions, 0 deletions
diff --git a/host/Android.bp b/host/Android.bp
index b2fe7a4e8..1fabcab4a 100644
--- a/host/Android.bp
+++ b/host/Android.bp
@@ -13,6 +13,17 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "device_generic_opengl-transport_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ // SPDX-license-identifier-BSD
+ // SPDX-license-identifier-GPL-2.0
+ default_applicable_licenses: ["device_generic_opengl-transport_license"],
+}
+
subdirs = [
"commands",
"libs",