1*ac7df209SYuntao Xu// Copyright (C) 2013 The Android Open Source Project 2*ac7df209SYuntao Xu// 3*ac7df209SYuntao Xu// Licensed under the Apache License, Version 2.0 (the "License"); 4*ac7df209SYuntao Xu// you may not use this file except in compliance with the License. 5*ac7df209SYuntao Xu// You may obtain a copy of the License at 6*ac7df209SYuntao Xu// 7*ac7df209SYuntao Xu// http://www.apache.org/licenses/LICENSE-2.0 8*ac7df209SYuntao Xu// 9*ac7df209SYuntao Xu// Unless required by applicable law or agreed to in writing, software 10*ac7df209SYuntao Xu// distributed under the License is distributed on an "AS IS" BASIS, 11*ac7df209SYuntao Xu// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12*ac7df209SYuntao Xu// See the License for the specific language governing permissions and 13*ac7df209SYuntao Xu// limitations under the License. 14*ac7df209SYuntao Xu 15*ac7df209SYuntao Xupackage { 16*ac7df209SYuntao Xu // See: http://go/android-license-faq 17*ac7df209SYuntao Xu default_applicable_licenses: ["Android-Apache-2.0"], 18*ac7df209SYuntao Xu} 19*ac7df209SYuntao Xu 20*ac7df209SYuntao Xuandroid_app { 21*ac7df209SYuntao Xu name: "TestingCamera2", 22*ac7df209SYuntao Xu sdk_version: "current", 23*ac7df209SYuntao Xu min_sdk_version: "28", 24*ac7df209SYuntao Xu static_libs: ["android-ex-camera2"], 25*ac7df209SYuntao Xu srcs: [ 26*ac7df209SYuntao Xu "src/**/*.java", 27*ac7df209SYuntao Xu ], 28*ac7df209SYuntao Xu dex_preopt: { 29*ac7df209SYuntao Xu enabled: false, 30*ac7df209SYuntao Xu }, 31*ac7df209SYuntao Xu} 32