From 7293d37ce449cb73922cef44bab3575d848fa6b9 Mon Sep 17 00:00:00 2001 From: Bob Badour Date: Fri, 12 Feb 2021 19:49:19 -0800 Subject: [LSC] Add LOCAL_LICENSE_KINDS to packages/apps/DevCamera Added SPDX-license-identifier-Apache-2.0 to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ic9414669b69226d9e2cc0603bc048fa25b2bc75b --- Android.bp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Android.bp b/Android.bp index 08ce88c..592d598 100644 --- a/Android.bp +++ b/Android.bp @@ -11,6 +11,10 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. +package { + default_applicable_licenses: ["Android-Apache-2.0"], +} + android_app { name: "DevCamera", sdk_version: "current", -- cgit v1.2.3