This repository was archived by the owner on Nov 23, 2022. It is now read-only.
forked from omnirom/android_bootable_recovery
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Move commands from prebuilt to root Android.mk - Hotfix for linker errors after https://git.io/JerWD merge on some Samsung device(s) Change-Id: If628ab486689878885b696c2f5a107987092aeba
- Loading branch information
1 parent
8c0bcc8
commit 8d70eb6
Showing
2 changed files
with
13 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -370,7 +370,6 @@ ifeq ($(shell test $(PLATFORM_SDK_VERSION) -gt 25; echo $$?),0) | |
RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libvintf.so | ||
RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libtinyxml2.so | ||
RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/[email protected] | ||
RELINK_SOURCE_FILES += $(TARGET_OUT_ETC)/ld.config.txt | ||
ifneq ($(wildcard system/core/libkeyutils/Android.bp),) | ||
RELINK_SOURCE_FILES += $(TARGET_OUT_SHARED_LIBRARIES)/libkeyutils.so | ||
endif | ||
|