google / android-emulator-webrtc

Apache License 2.0
121 stars 27 forks source link

Fix broken Makefile. #15

Closed pokowaka closed 3 years ago

pokowaka commented 3 years ago

The makefile was still fetching the protobufs from the $ANDROID_SDK_ROOT or directly from the emulator source.

We now ship the protobufs with our package, to make sure we can always determine which version we are actually using.

pokowaka commented 3 years ago

@GilbertNordhammar, this should fix the makefile