Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 8bb2b4a9 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

[HostStubGen] Add --package-redirect

Example:
--package-redirect dalvik:com.android.hoststubgen.substitution.dalvik

will rewrite all references to classes `dalvik.*` to `com....dalvik.*`.
This allows us to define libcore substitution classes in a different package.
This is useful becuase javac won't let us add classes to the `dalvic` package
which is already taken by the libcore module.

Bug: 292141694
Test: run-all-tests.sh

Change-Id: I01e72f4b4a7ce4baefaaccddbb462edd84267e0e
parent 01f655a0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment