googlearchive/android-audio-high-performance

Keeping lib-oboe in synch

Closed this issue · 3 comments

Hi,
I ran into a spontaneous "Stream not closed" problem on Android 8.0 and realized it had been fixed in the upstream oboe library via google/oboe@64f63e2

What is the recommended way of updating the oboe git, other than via a manual git operation in lib-oboe?

ggfan commented

yeah, sorry for the delay. you are right: there is not a way inside the IDE to do it rather than messing it with git on command line -- the relative the scripts is here: it is a clone.

or you could deleted "oboe/lib-oboe", and rebuild ( will trigger another clone ), the latest code will be pulled down.

probably should add scripts: if oboe directory already exists, do an update ( prune, and fetch ). will sync with Don

Since oboe is a source only library (at present) probably best if we just add instructions on how to update from the command line i.e. git pull. BTW I am intending to move the oboe sample inside the oboe repo for exactly this reason.

ggfan commented

some info is added to readme file.