vendor: Disable thumbnail_block_model flag

Change-Id: Iebd8a44c2591031c02096402bcec8a513c1da1ac
Signed-off-by: Frost <frost.github@proton.me>
This commit is contained in:
ahnet-69
2025-07-03 06:31:45 +00:00
committed by ShukakuZa
parent e43d651763
commit bef8e1e77a
3 changed files with 28 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ aconfig_value_set {
name: "aconfig_value_set-lineage-bp2a",
values: [
"aconfig-values-bp2a-android.app-all",
"aconfig-values-bp2a-android.media.codec-all",
"aconfig-values-bp2a-com.android.launcher3-all",
"aconfig-values-bp2a-com.android.settings.flags-all",
"aconfig-values-bp2a-com.android.settingslib.flags-all",

View File

@@ -0,0 +1,21 @@
// Copyright 2025 Google Inc. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
aconfig_values {
name: "aconfig-values-bp2a-android.media.codec-all",
package: "android.media.codec",
srcs: [
"*_flag_values.textproto",
]
}

View File

@@ -0,0 +1,6 @@
flag_value {
package: "android.media.codec"
name: "thumbnail_block_model"
state: DISABLED
permission: READ_ONLY
}