Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AAOS14 does not support 32bit any more. So change hwcodec2.0 to 64bit. #2570

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

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