-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes: * Add install path in CI. * Update patch in patches/native. * Add upstream patch in patches/core. * Define HAVE_REALLOCARRAY macro for libsepol in Linux.
- Loading branch information
Showing
20 changed files
with
185 additions
and
40 deletions.
There are no files selected for viewing
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
35 changes: 35 additions & 0 deletions
35
patches/core/0012-libutils-Fix-missing-definition-of-shared_ptr-and-un.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,35 @@ | ||
From 890f0649902767e93eeac2c7fbad6bacde21ece1 Mon Sep 17 00:00:00 2001 | ||
From: Biswapriyo Nath <[email protected]> | ||
Date: Fri, 25 Nov 2022 12:15:47 +0530 | ||
Subject: [PATCH 2/2] libutils: Fix missing definition of shared_ptr and | ||
unique_ptr | ||
MIME-Version: 1.0 | ||
Content-Type: text/plain; charset=UTF-8 | ||
Content-Transfer-Encoding: 8bit | ||
|
||
This includes memory header for shared_ptr and unique_ptr templates. | ||
Fixes the following errors: | ||
|
||
RefBase.h:803:1: error: ‘shared_ptr’ does not name a type | ||
RefBase.h:810:1: error: ‘unique_ptr’ does not name a type | ||
|
||
Change-Id: I6a7a67333c9ef05250c5a3c6199d7fac288f946b | ||
--- | ||
libutils/include/utils/RefBase.h | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/libutils/include/utils/RefBase.h b/libutils/include/utils/RefBase.h | ||
index f3acd6f..5e3fa7d 100644 | ||
--- a/libutils/include/utils/RefBase.h | ||
+++ b/libutils/include/utils/RefBase.h | ||
@@ -210,6 +210,7 @@ | ||
|
||
#include <atomic> | ||
#include <functional> | ||
+#include <memory> | ||
#include <type_traits> // for common_type. | ||
|
||
#include <stdint.h> | ||
-- | ||
2.38.1 | ||
|
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
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
Submodule adb
updated
from c49502 to 3a50c1
Submodule avb
updated
from 47c415 to 46ac68
Submodule base
updated
from 0e37b4 to 65106f
Submodule boringssl
updated
from 81502b to 153033
Submodule core
updated
from 6a0266 to d1b6f0
Submodule e2fsprogs
updated
from 4dee88 to 50b7bc
Submodule extras
updated
from c7c1d5 to c20990
Submodule f2fs-tools
updated
from d4bffa to 690001
Submodule fmtlib
updated
from 1003a1 to c324ca
Submodule incremental_delivery
updated
from 902203 to 5e1427
Oops, something went wrong.