Skip to content
This repository was archived by the owner on Aug 15, 2018. It is now read-only.

Commit ec3fbe4

Browse files
authored
Update README.md
1 parent 94ba5a5 commit ec3fbe4

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,14 @@ Original Xposed is kinda a patch that's applied on already built firmwares and t
99
### How to build a built-in Xposed enabled firmware?
1010
- Replace original `art/` submodule with this copy.
1111
- Replace original `frameworks/base/cmds/app_process` with [the modified one](https://github.com/abforce/xposed_app_process).
12+
- Build [edited XposedBridge project](https://github.com/abforce/XposedBridge). That's a copy compatible with Nougat. After building you will find an APK at `build/outputs/apk`, rename to `XposedBridge.jar`.
1213
- Create a prebuilt module that copies `XposedBridge.jar` to `system/framework`, or manually copy it and run `make snod` to include it in the `system.img`.
14+
- Do the last step also for `xposed.prop`. It should be placed at `/system` in the final image.
1315
- Update `build/target/product/base.mk` to include `libxposed_art` and `XposedBridge` to the main makefile recipes (optional).
1416

1517
### Where's ART commits?
1618
Gone! Actually for sake of simplicity, I've flattened down all commits into a single commit, all rovo89's too.
1719

18-
### Looking for diff?
19-
Here's. https://github.com/abforce/xposed_art_n/commit/1d14337b858cabd184335804b178f16849186f89
20-
21-
### Notes
22-
While translating rovo89's commits to Android N, `VisitRoots` method of `art_method-inl.h` had been changed completely, so I was just uncertain whether my port is correct or not. I was just shooting in the dark, to hopefully hit the target!
23-
2420
### Issues?
2521
See [issues](https://github.com/abforce/xposed_art_n/issues).
2622

0 commit comments

Comments
 (0)