Skip to content

Commit

Permalink
sdm845-common: Update kernel target level
Browse files Browse the repository at this point in the history
Updating kernel target level to Android Q

checkvintf Error
checkvintf E : files are incompatible:
    Runtime info and framework compatibility matrix are
    incompatible: Kernel FCM version is not specified, but kernel version
    4.9.337 is found. Fix by specifying kernel FCM version in device
checkvintf E : manifest. For example, for a *-r kernel:
checkvintf E : <kernel target-level="4"/>
checkvintf E : INCOMPATIBLE

Bug: 148823278
Change-Id: Ia30013045b0fe15abc859dda503aed790aaeeb76
  • Loading branch information
Roger Liao authored and RahulGorai0206 committed Apr 20, 2024
1 parent 678c5b1 commit 01f01f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<manifest version="1.0" type="device" target-level="4">
<kernel target-level="4"/>
<hal format="hidl">
<name>android.hardware.audio</name>
<transport>hwbinder</transport>
Expand Down

0 comments on commit 01f01f9

Please sign in to comment.