Kaydet (Commit) 739252d0 authored tarafından Michael Meeks's avatar Michael Meeks

android: remove obsolete sourcing of Env.Host.sh advice

üst 0f1120ad
...@@ -15,7 +15,7 @@ Then it is necessary to get stdout/err to go to somewhere we can find it: ...@@ -15,7 +15,7 @@ Then it is necessary to get stdout/err to go to somewhere we can find it:
Then: Then:
. Env.Host.sh make cmd cmd=bash
cd android/qa/sc cd android/qa/sc
make clean all install make clean all install
make run ; adb shell logcat make run ; adb shell logcat
......
...@@ -387,7 +387,7 @@ The activity used for these apps is in android/Bootstrap. See ...@@ -387,7 +387,7 @@ The activity used for these apps is in android/Bootstrap. See
README.Android. README.Android.
To build the complex unit test (for Calc functionality; invokes the To build the complex unit test (for Calc functionality; invokes the
"ucalc" unit test code from sc) source the environment (. Env.Host.sh) "ucalc" unit test code from sc) setup your environment (make cmd cmd=bash)
and cd to android/qa/sc and run a "make". The Makefile here is and cd to android/qa/sc and run a "make". The Makefile here is
completely manually written, this stuff is so experimental it doesn't completely manually written, this stuff is so experimental it doesn't
make sense yet to try to integrate with the normal gbuild make sense yet to try to integrate with the normal gbuild
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment