This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Fix libxposed_art.so on 64bit and also make sure its uninstalled#10
Open
romracer wants to merge 2 commits intorovo89:masterfrom
Open
Fix libxposed_art.so on 64bit and also make sure its uninstalled#10romracer wants to merge 2 commits intorovo89:masterfrom
romracer wants to merge 2 commits intorovo89:masterfrom
Conversation
Also remove the .no_orig stuff from the installer. libxposed_art.so was the only consumer. Its intentionally left in the uninstaller so that the uninstaller will clean it up on people's devices over time.
Let's not rm -f target if there was no backup. This might make a device unbootable (more so than it might already be). Instead we'll just rm -f libxposed_art.so and libxposed_art.so.no_orig.
mfizul
approved these changes
Oct 10, 2017
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Also remove the .no_orig stuff from the installer. libxposed_art.so
was the only consumer. Its intentionally left in the uninstaller
so that the uninstaller will clean it up on people's devices over time.