release: Disable apply_picture_profiles
We do not have a media quality service set up yet. Change-Id: If32e802eddac7464d98685f15aa86eb8f8228b6a Signed-off-by: Abhay Singh Gill <abhaygill017@gmail.com> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
committed by
ShukakuZa
parent
007440b262
commit
2bcb607930
@@ -19,6 +19,7 @@ aconfig_value_set {
|
||||
"aconfig-values-bp2a-android.app-all",
|
||||
"aconfig-values-bp2a-android.media.codec-all",
|
||||
"aconfig-values-bp2a-com.android.launcher3-all",
|
||||
"aconfig-values-bp2a-android.media.tv.flags-all",
|
||||
"aconfig-values-bp2a-com.android.settings.flags-all",
|
||||
"aconfig-values-bp2a-com.android.settingslib.flags-all",
|
||||
"aconfig-values-bp2a-com.android.settingslib.widget.theme.flags-all",
|
||||
|
||||
21
release/aconfig/bp2a/android.media.tv.flags/Android.bp
Normal file
21
release/aconfig/bp2a/android.media.tv.flags/Android.bp
Normal 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.tv.flags-all",
|
||||
package: "android.media.tv.flags",
|
||||
srcs: [
|
||||
"*_flag_values.textproto",
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
flag_value {
|
||||
package: "android.media.tv.flags"
|
||||
name: "apply_picture_profiles"
|
||||
state: DISABLED
|
||||
permission: READ_ONLY
|
||||
}
|
||||
Reference in New Issue
Block a user