Skip to content

Commit

Permalink
AAOS14 does not support 32bit any more. So change hwcodec2.0 to 64bit.
Browse files Browse the repository at this point in the history
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
navyashreex authored and AlamIntel committed Aug 13, 2024
1 parent 77e4c9e commit 6f7e04e
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
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

0 comments on commit 6f7e04e

Please sign in to comment.