46 lines
1.3 KiB
Text
46 lines
1.3 KiB
Text
/*
|
|
* Copyright (C) 2026 Brendan Szymanski <hello@bscubed.dev>
|
|
*
|
|
* 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.
|
|
*/
|
|
|
|
linker_config {
|
|
name: "android.hardware.vulkan.panfrost-linker-config",
|
|
src: "apex_linkerconfig.json",
|
|
installable: false,
|
|
}
|
|
|
|
prebuilt_etc {
|
|
name: "android.hardware.vulkan.panfrost.rc",
|
|
src: "android.hardware.vulkan.panfrost.rc",
|
|
installable: false,
|
|
}
|
|
|
|
apex {
|
|
name: "com.android.hardware.vulkan.panfrost",
|
|
manifest: "apex_manifest.json",
|
|
file_contexts: "apex_file_contexts",
|
|
key: "com.android.hardware.key",
|
|
certificate: ":com.android.hardware.certificate",
|
|
updatable: false,
|
|
vendor: true,
|
|
|
|
native_shared_libs: [
|
|
"vulkan.panfrost",
|
|
],
|
|
|
|
prebuilts: [
|
|
"android.hardware.vulkan.panfrost-linker-config",
|
|
"android.hardware.vulkan.panfrost.rc",
|
|
],
|
|
}
|