Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fa4561d authored by Serdar Kocdemir's avatar Serdar Kocdemir
Browse files

Add deqp.level-latest.xml files

Adding following files to ease targeting latest dEQP levels for devices:
* data/etc/android.software.vulkan.deqp.level-latest.xml
* data/etc/android.software.opengles.deqp.level-latest.xml

Devices that will always target latest Android version can use these
new xml files to avoid updating device.mk files each year. Files will
be updated with the latest dEQP level once new test lists are created.

Bug: b/286805604
Test: manual
Change-Id: I5c683871eae261bf809da3a02939ee17fd6ab96a
parent d835eafb
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -340,6 +340,12 @@ prebuilt_etc {
    defaults: ["frameworks_native_data_etc_defaults"],
}

prebuilt_etc {
    name: "android.software.opengles.deqp.level-latest.prebuilt.xml",
    src: "android.software.opengles.deqp.level-latest.xml",
    defaults: ["frameworks_native_data_etc_defaults"],
}

prebuilt_etc {
    name: "android.software.sip.voip.prebuilt.xml",
    src: "android.software.sip.voip.xml",
@@ -370,6 +376,12 @@ prebuilt_etc {
    defaults: ["frameworks_native_data_etc_defaults"],
}

prebuilt_etc {
    name: "android.software.vulkan.deqp.level-latest.prebuilt.xml",
    src: "android.software.vulkan.deqp.level-latest.xml",
    defaults: ["frameworks_native_data_etc_defaults"],
}

prebuilt_etc {
    name: "aosp_excluded_hardware.prebuilt.xml",
    src: "aosp_excluded_hardware.xml",
+21 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2023 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.
-->

<!-- This is the standard feature indicating that the device passes OpenGL ES
     dEQP tests associated with the most recent level for this Android version. -->
<permissions>
    <feature name="android.software.opengles.deqp.level" version="132580097" />
</permissions>
+21 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2023 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.
-->

<!-- This is the standard feature indicating that the device passes Vulkan
     dEQP tests associated with the most recent level for this Android version. -->
<permissions>
    <feature name="android.software.vulkan.deqp.level" version="132580097" />
</permissions>