-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AAOS14 does not support 32bit any more. So change hwcodec2.0 to 64bit.
Remove obsolete omx interface declaration in manifest file Test Done: Build and boot successfully. sdcard file pushing supporting. Tracked-On: OAM-123433 Signed-off-by: S, NavyashreeX <[email protected]>
- Loading branch information
1 parent
77e4c9e
commit 6f7e04e
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
bsp_diff/caas/device/intel/mixins/0005-Remove-omx-interface-in-AAOS14.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
From 2c38b97b3072872044ea6324f7895b27a52c03b6 Mon Sep 17 00:00:00 2001 | ||
From: "Shi, Qiming" <[email protected]> | ||
Date: Fri, 2 Aug 2024 04:43:58 +0000 | ||
Subject: [PATCH] Remove omx interface in AAOS14 | ||
|
||
Change-Id: Iae2ed19f2f1ffb3e3f3b2f384a0e3c01ed4e3599 | ||
Signed-off-by: Shi, Qiming <[email protected]> | ||
--- | ||
groups/device-specific/caas/framework_manifest.xml | 13 ------------- | ||
1 file changed, 13 deletions(-) | ||
|
||
diff --git a/groups/device-specific/caas/framework_manifest.xml b/groups/device-specific/caas/framework_manifest.xml | ||
index 055afcd..851c120 100644 | ||
--- a/groups/device-specific/caas/framework_manifest.xml | ||
+++ b/groups/device-specific/caas/framework_manifest.xml | ||
@@ -97,19 +97,6 @@ | ||
<instance>default</instance> | ||
</interface> | ||
</hal> | ||
- <hal format="hidl"> | ||
- <name>android.hardware.media.omx</name> | ||
- <transport>hwbinder</transport> | ||
- <version>1.0</version> | ||
- <interface> | ||
- <name>IOmx</name> | ||
- <instance>default</instance> | ||
- </interface> | ||
- <interface> | ||
- <name>IOmxStore</name> | ||
- <instance>default</instance> | ||
- </interface> | ||
- </hal> | ||
<!--hal format="hidl"> | ||
<name>android.hardware.drm</name> | ||
<transport>hwbinder</transport> | ||
-- | ||
2.34.1 | ||
|
25 changes: 25 additions & 0 deletions
25
bsp_diff/caas/vendor/intel/mediasdk_c2/0001-Make-c2-service-64bit.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 92c267cb68772ad90abba41a8617acf14a74ff46 Mon Sep 17 00:00:00 2001 | ||
From: "Shi, Qiming" <[email protected]> | ||
Date: Fri, 2 Aug 2024 05:06:13 +0000 | ||
Subject: [PATCH] Make c2 service 64bit | ||
|
||
Signed-off-by: Shi, Qiming <[email protected]> | ||
--- | ||
c2_store/Android.bp | 1 - | ||
1 file changed, 1 deletion(-) | ||
|
||
diff --git a/c2_store/Android.bp b/c2_store/Android.bp | ||
index 64c044e..9926ea9 100644 | ||
--- a/c2_store/Android.bp | ||
+++ b/c2_store/Android.bp | ||
@@ -63,7 +63,6 @@ cc_binary { | ||
|
||
required: ["[email protected]"], | ||
|
||
- compile_multilib: "32", | ||
} | ||
|
||
prebuilt_etc { | ||
-- | ||
2.34.1 | ||
|