summaryrefslogtreecommitdiff
path: root/modules/vr/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/vr/Android.bp')
-rw-r--r--modules/vr/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/vr/Android.bp b/modules/vr/Android.bp
index 40f4510c..121939be 100644
--- a/modules/vr/Android.bp
+++ b/modules/vr/Android.bp
@@ -12,6 +12,15 @@
// 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 "hardware_libhardware_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["hardware_libhardware_license"],
+}
+
cc_library_shared {
name: "vr.default",
relative_install_path: "hw",