Merge "Add DF_1_ORIGIN to SUPPORTED_DT_FLAGS_1." am: 8397fadb2e
am: 3510d87bd7
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2035563 Change-Id: I0aeb0b4ee104999fe76be8d594e55c26b0fd3da8
This commit is contained in:
commit
efd79e1208
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
#define ELFW(what) ELF32_ ## what
|
||||
#endif
|
||||
|
||||
#define SUPPORTED_DT_FLAGS_1 (DF_1_NOW | DF_1_GLOBAL | DF_1_NODELETE | DF_1_PIE)
|
||||
#define SUPPORTED_DT_FLAGS_1 (DF_1_NOW | DF_1_GLOBAL | DF_1_NODELETE | DF_1_PIE | DF_1_ORIGIN)
|
||||
|
||||
// Class used construct version dependency graph.
|
||||
class VersionTracker {
|
||||
|
|
Loading…
Reference in a new issue