-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Develop #58
base: master
Are you sure you want to change the base?
Conversation
APP_PLATFORM := android-23 | ||
|
||
APP_STL:=stlport_static | ||
#APP_STL:=gnustl_shared |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lgierth I can delete these unused ones?
}) | ||
.flatMap(new Func1<Long, Observable<Boolean>>() { | ||
@Override | ||
public Observable<Boolean> call(Long udpInterfaceNumber) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prurigro Here!
} | ||
}); | ||
|
||
// TODO Replace this with directly passing params. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lgierth Replacement for cjdroute-init
Sssemil patch 2 merge
@lgierth This is the mostly cleaned up version of all the changes we did. Plus:
install_debug
andinstall_release
to ndk and java build, then install on deviceOf course, we still need cjdroute and cjdroute-init to make this work. Those aren't committed in this repo.