1// Copyright (C) 2023 The Android Open Source Project 2// 3// Licensed under the Apache License, Version 2.0 (the "License"); 4// you may not use this file except in compliance with the License. 5// You may obtain a copy of the License at 6// 7// http://www.apache.org/licenses/LICENSE-2.0 8// 9// Unless required by applicable law or agreed to in writing, software 10// distributed under the License is distributed on an "AS IS" BASIS, 11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12// See the License for the specific language governing permissions and 13// limitations under the License. 14 15soong_namespace { 16} 17 18package { 19 default_applicable_licenses: ["Android-Apache-2.0"], 20} 21 22fdo_profile { 23 name: "keystore2", 24 profile: "keystore2.afdo", 25} 26 27fdo_profile { 28 name: "libart", 29 arch: { 30 arm64: { 31 profile: "libart_arm64.afdo", 32 }, 33 }, 34} 35 36fdo_profile { 37 name: "libartbase", 38 arch: { 39 arm64: { 40 profile: "libartbase_arm64.afdo", 41 }, 42 }, 43} 44 45fdo_profile { 46 name: "libbinder", 47 profile: "libbinder.afdo", 48 native_bridge_supported: true, 49} 50 51fdo_profile { 52 name: "libbinder_ndk", 53 profile: "libbinder_ndk.afdo", 54 native_bridge_supported: true, 55} 56 57fdo_profile { 58 name: "libgui", 59 profile: "libgui.afdo", 60} 61 62fdo_profile { 63 name: "libhidlbase", 64 profile: "libhidlbase.afdo", 65 native_bridge_supported: true, 66} 67 68fdo_profile { 69 name: "libhwui", 70 arch: { 71 arm64: { 72 profile: "libhwui_arm64.afdo", 73 }, 74 }, 75} 76 77fdo_profile { 78 name: "libjpeg", 79 arch: { 80 arm64: { 81 profile: "libjpeg_arm64.afdo", 82 }, 83 }, 84} 85 86fdo_profile { 87 name: "liblog", 88 profile: "liblog.afdo", 89 native_bridge_supported: true, 90} 91 92fdo_profile { 93 name: "libsensorservice", 94 profile: "libsensorservice.afdo", 95} 96 97fdo_profile { 98 name: "libui", 99 profile: "libui.afdo", 100} 101 102fdo_profile { 103 name: "libutils", 104 profile: "libutils.afdo", 105 native_bridge_supported: true, 106} 107 108fdo_profile { 109 name: "linker", 110 arch: { 111 arm64: { 112 profile: "linker_arm64.afdo", 113 }, 114 }, 115} 116 117fdo_profile { 118 name: "lmkd", 119 profile: "lmkd.afdo", 120} 121 122fdo_profile { 123 name: "surfaceflinger", 124 profile: "surfaceflinger.afdo", 125} 126 127fdo_profile { 128 name: "libsqlite", 129 profile: "libsqlite.afdo", 130 native_bridge_supported: true, 131} 132 133fdo_profile { 134 name: "libcrypto", 135 profile: "libcrypto.afdo", 136 native_bridge_supported: true, 137} 138 139fdo_profile { 140 name: "server_configurable_flags", 141 profile: "server_configurable_flags.afdo", 142} 143