mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 22:04:26 +00:00
As of VNDK deprecation, any libraries that defines vndk is no longer valid anymore. This change removes all VNDK definition(s) from modules which was VNDK. Any former VNDK-SP libraries will be marked as double-loadable, so it can keep be able to be referenced by LLNDK libraries. Bug: 328994089 Test: AOSP CF build succeeded Change-Id: Ic4f19113c1a25dc1fb60cdfbf9c0f2d8d7d09726 Ignore-AOSP-First: Merge conflict
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
package {
|
|
default_team: "trendy_team_android_core_graphics_stack",
|
|
// See: http://go/android-license-faq
|
|
// A large-scale-change added 'default_applicable_licenses' to import
|
|
// all of the 'license_kinds' from "hardware_interfaces_license"
|
|
// to get the below license kinds:
|
|
// SPDX-license-identifier-Apache-2.0
|
|
default_applicable_licenses: ["hardware_interfaces_license"],
|
|
}
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.graphics.allocator@4.0",
|
|
root: "android.hardware",
|
|
srcs: [
|
|
"IAllocator.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hardware.graphics.common@1.0",
|
|
"android.hardware.graphics.common@1.1",
|
|
"android.hardware.graphics.common@1.2",
|
|
"android.hardware.graphics.mapper@4.0",
|
|
"android.hidl.base@1.0",
|
|
],
|
|
gen_java: false,
|
|
apex_available: [
|
|
"//apex_available:platform",
|
|
"com.android.media.swcodec",
|
|
"test_com.android.media.swcodec",
|
|
],
|
|
}
|