1*924841ffSAndroid Build Coastguard Worker// 2*924841ffSAndroid Build Coastguard Worker// Copyright (C) 2020 The Android Open Source Project 3*924841ffSAndroid Build Coastguard Worker// 4*924841ffSAndroid Build Coastguard Worker// Licensed under the Apache License, Version 2.0 (the "License"); 5*924841ffSAndroid Build Coastguard Worker// you may not use this file except in compliance with the License. 6*924841ffSAndroid Build Coastguard Worker// You may obtain a copy of the License at 7*924841ffSAndroid Build Coastguard Worker// 8*924841ffSAndroid Build Coastguard Worker// http://www.apache.org/licenses/LICENSE-2.0 9*924841ffSAndroid Build Coastguard Worker// 10*924841ffSAndroid Build Coastguard Worker// Unless required by applicable law or agreed to in writing, software 11*924841ffSAndroid Build Coastguard Worker// distributed under the License is distributed on an "AS IS" BASIS, 12*924841ffSAndroid Build Coastguard Worker// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13*924841ffSAndroid Build Coastguard Worker// See the License for the specific language governing permissions and 14*924841ffSAndroid Build Coastguard Worker// limitations under the License. 15*924841ffSAndroid Build Coastguard Worker// 16*924841ffSAndroid Build Coastguard Worker 17*924841ffSAndroid Build Coastguard Workerpackage { 18*924841ffSAndroid Build Coastguard Worker // See: http://go/android-license-faq 19*924841ffSAndroid Build Coastguard Worker // A large-scale-change added 'default_applicable_licenses' to import 20*924841ffSAndroid Build Coastguard Worker // all of the 'license_kinds' from "prebuilts_runtime_license" 21*924841ffSAndroid Build Coastguard Worker // to get the below license kinds: 22*924841ffSAndroid Build Coastguard Worker // SPDX-license-identifier-Unicode-DFS 23*924841ffSAndroid Build Coastguard Worker default_applicable_licenses: ["prebuilts_runtime_license"], 24*924841ffSAndroid Build Coastguard Worker} 25*924841ffSAndroid Build Coastguard Worker 26*924841ffSAndroid Build Coastguard Workerprebuilt_apex { 27*924841ffSAndroid Build Coastguard Worker name: "com.android.i18n", 28*924841ffSAndroid Build Coastguard Worker arch: { 29*924841ffSAndroid Build Coastguard Worker arm: { 30*924841ffSAndroid Build Coastguard Worker src: "com.android.i18n-arm.apex", 31*924841ffSAndroid Build Coastguard Worker }, 32*924841ffSAndroid Build Coastguard Worker arm64: { 33*924841ffSAndroid Build Coastguard Worker src: "com.android.i18n-arm64.apex", 34*924841ffSAndroid Build Coastguard Worker }, 35*924841ffSAndroid Build Coastguard Worker riscv64: { 36*924841ffSAndroid Build Coastguard Worker src: "com.android.i18n-riscv64.apex", 37*924841ffSAndroid Build Coastguard Worker }, 38*924841ffSAndroid Build Coastguard Worker x86: { 39*924841ffSAndroid Build Coastguard Worker src: "com.android.i18n-x86.apex", 40*924841ffSAndroid Build Coastguard Worker }, 41*924841ffSAndroid Build Coastguard Worker x86_64: { 42*924841ffSAndroid Build Coastguard Worker src: "com.android.i18n-x86_64.apex", 43*924841ffSAndroid Build Coastguard Worker }, 44*924841ffSAndroid Build Coastguard Worker }, 45*924841ffSAndroid Build Coastguard Worker filename: "com.android.i18n.apex", 46*924841ffSAndroid Build Coastguard Worker} 47