summaryrefslogtreecommitdiff
path: root/host/libs/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'host/libs/Android.bp')
-rw-r--r--host/libs/Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/host/libs/Android.bp b/host/libs/Android.bp
index 65e458da7..0ab4a70b3 100644
--- a/host/libs/Android.bp
+++ b/host/libs/Android.bp
@@ -13,6 +13,16 @@
// 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
+ default_applicable_licenses: ["device_generic_opengl-transport_license"],
+}
+
subdirs = [
"virglrenderer",
]