aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-08-03 16:57:44 -0700
committerElliott Hughes <enh@google.com>2018-08-03 16:57:44 -0700
commit9bb530d755b96d59042d8da6fc71f86edb16409a (patch)
tree3302bff3daa076614ba515053ede31a13143769e
parent507c4324d916ecd164bbf410af7df4191ec2b827 (diff)
downloadlibxcam-9bb530d755b96d59042d8da6fc71f86edb16409a.tar.gz
Fix METADATA.
The proto field is for the license type, not the specific license (which lives in NOTICE instead). Bug: N/A Test: `external_updater check libxcam` Change-Id: Idd22cb08839345af4cacc22fbda2c14d3929c350
-rw-r--r--METADATA2
1 files changed, 1 insertions, 1 deletions
diff --git a/METADATA b/METADATA
index 8d3766c..4459c63 100644
--- a/METADATA
+++ b/METADATA
@@ -14,5 +14,5 @@ third_party {
}
version: "1.0.0"
last_upgrade_date { year: 2017 month: 9 day: 11 }
- license_type: "Apache-2.0"
+ license_type: NOTICE
}