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 15# com.android is a reserved namespace for Android platform. See CDD 3.6. 16# com.android is chosen as the java_aconfig_library is normally exposed to the platform, 17# but not public apps. 18package: "com.android.libcore" 19container: "com.android.art" 20 21flag { 22 namespace: "core_libraries" 23 name: "v_apis" 24 is_exported: true 25 description: "This flag controls whether exposing Android V APIs" 26 bug: "306360493" 27 # APIs provided by a mainline module can only use a frozen flag. 28 is_fixed_read_only: true 29} 30 31flag { 32 namespace: "core_libraries" 33 name: "hpke_v_apis" 34 is_exported: true 35 description: "This flag controls whether exposing HPKE APIs on Android V" 36 bug: "323357598" 37 # APIs provided by a mainline module can only use a frozen flag. 38 is_fixed_read_only: true 39} 40 41flag { 42 namespace: "devtools" 43 name: "appinfo" 44 is_exported: true 45 description: "This flag controls whether Frameworks sends app info to adb so debuggers can attach" 46 bug: "333161320" 47 # APIs provided by a mainline module can only use a frozen flag. 48 is_fixed_read_only: true 49} 50