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