gralloc4 built with libminigbm_gralloc.so and gralloc0 with libminigbm_gralloc_intel.so, causes mismatch hence leading to get_buffer failure during CTS tests. The commit helps to have same instance of default libraries shared between gralloc0 and gralloc4 and fixes get_buffer failure on intel platform. Change-Id: I82e8b942f4a817c97cbc58efc64d55fd960767af Signed-off-by: Nataraj Deshpande <nataraj.deshpande@intel.com>
24 lines
956 B
Text
24 lines
956 B
Text
#
|
|
# Copyright 2020 The Android Open Source Project
|
|
#
|
|
# 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.
|
|
#
|
|
|
|
service vendor.graphics.allocator-4-0 /vendor/bin/hw/android.hardware.graphics.allocator@4.0-service.minigbm_intel
|
|
interface android.hardware.graphics.allocator@4.0::IAllocator default
|
|
class hal animation
|
|
user system
|
|
group graphics drmrpc
|
|
capabilities SYS_NICE
|
|
onrestart restart surfaceflinger
|
|
task_profiles ServiceCapacityLow
|