remove mediatek suffix entries
Everything now builds under the same minigbm name for all platforms. Bug: 388092228 Test: Boot corsola to desktop Flag: EXEMPT: desktop-only change Change-Id: I00708383151f832bcccec1aad8091f422dfcf2c3
This commit is contained in:
parent
ce30391748
commit
035900982f
3 changed files with 0 additions and 47 deletions
|
|
@ -331,10 +331,3 @@ cc_library_shared {
|
|||
defaults: ["minigbm_cros_gralloc0_defaults"],
|
||||
shared_libs: ["libminigbm_gralloc_arcvm"],
|
||||
}
|
||||
|
||||
// mediatek
|
||||
cc_library_shared {
|
||||
name: "libminigbm_gralloc_mediatek",
|
||||
defaults: ["minigbm_cros_gralloc_library_defaults"],
|
||||
cflags: mediatek_cflags,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -126,14 +126,6 @@ cc_binary {
|
|||
},
|
||||
}
|
||||
|
||||
cc_binary {
|
||||
name: "android.hardware.graphics.allocator@4.0-service.minigbm_mediatek",
|
||||
defaults: ["minigbm_gralloc4_allocator_defaults"],
|
||||
shared_libs: ["libminigbm_gralloc_mediatek"],
|
||||
vintf_fragment_modules: ["android.hardware.graphics.allocator@4.0.xml"],
|
||||
init_rc: ["android.hardware.graphics.allocator@4.0-service.minigbm_mediatek.rc"],
|
||||
}
|
||||
|
||||
vintf_fragment {
|
||||
name: "android.hardware.graphics.mapper@4.0.xml",
|
||||
src: "android.hardware.graphics.mapper@4.0.xml",
|
||||
|
|
@ -180,11 +172,3 @@ cc_library_shared {
|
|||
},
|
||||
},
|
||||
}
|
||||
|
||||
cc_library_shared {
|
||||
name: "android.hardware.graphics.mapper@4.0-impl.minigbm_mediatek",
|
||||
defaults: ["minigbm_gralloc4_common_defaults"],
|
||||
shared_libs: ["libminigbm_gralloc_mediatek"],
|
||||
vintf_fragment_modules: ["android.hardware.graphics.mapper@4.0.xml"],
|
||||
srcs: [":minigbm_gralloc4_mapper_files"],
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,24 +0,0 @@
|
|||
#
|
||||
# Copyright 2025 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_mediatek
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue