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

Test patch p1 #118

Closed
wants to merge 2 commits into from
Closed
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
34 changes: 34 additions & 0 deletions aosp_diff/caas/frameworks/av/0002-Test-patch-1.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
From 8ad3ec08a4eb959b33f47ad9b978d8ac5700241a Mon Sep 17 00:00:00 2001
From: "Kothapeta, BikshapathiX" <bikshapathix.kothapeta@intel.com>
Date: Thu, 6 Feb 2025 05:28:09 +0000
Subject: [PATCH] Test patch-1

Signed-off-by: Kothapeta, BikshapathiX <bikshapathix.kothapeta@intel.com>

diff --git a/media/codec2/sfplugin/CCodecBufferChannel.cpp b/media/codec2/sfplugin/CCodecBufferChannel.cpp
index e78dd5c413..1eeb260470 100644
--- a/media/codec2/sfplugin/CCodecBufferChannel.cpp
+++ b/media/codec2/sfplugin/CCodecBufferChannel.cpp
@@ -69,6 +69,7 @@ using namespace hardware::cas::native::V1_0;
using CasStatus = hardware::cas::V1_0::Status;
using DrmBufferType = hardware::drm::V1_0::BufferType;

+int xyz;
namespace {

constexpr size_t kSmoothnessFactor = 4;
diff --git a/services/mediametrics/Android.bp b/services/mediametrics/Android.bp
index 5989181daf..8bfbc3dc38 100644
--- a/services/mediametrics/Android.bp
+++ b/services/mediametrics/Android.bp
@@ -46,7 +46,6 @@ tidy_errors = [
"modernize-use-equals-delete",
// "modernize-use-nodiscard", // found in TimeMachine.h
"modernize-use-noexcept",
- "modernize-use-nullptr",
"modernize-use-override",
//"modernize-use-trailing-return-type", // not necessarily more readable
"modernize-use-transparent-functors",
--
2.34.1

Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
From e96f97d78ae0b64a99479e8217890755f8ed44f7 Mon Sep 17 00:00:00 2001
From: "Kothapeta, BikshapathiX" <bikshapathix.kothapeta@intel.com>
Date: Wed, 15 Jan 2025 12:26:42 +0000
Subject: [PATCH] Upgrede Qemu from 8.2.1 ti 9.1.0

Qemu Upgrade

Tracked-On: OAM-129499
Signed-off-by: Kothapeta, BikshapathiX <bikshapathix.kothapeta@intel.com>

diff --git a/scripts/setup_host.sh b/scripts/setup_host.sh
index 4e5b74f..f10a321 100755
--- a/scripts/setup_host.sh
+++ b/scripts/setup_host.sh
@@ -9,7 +9,7 @@ set -eE

#--------- Global variable -------------------
reboot_required=0
-QEMU_REL="qemu-8.2.1"
+QEMU_REL="qemu-9.1.0"
skip_install_qemu=false

#Directory to keep versions of qemu which can be reused instead of downloading again
--
2.34.1