skufog / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

android gyp build #288

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
android gyp / ninja build missing deps?

source build/android/envsetup.sh
Can not find Android toolchain in 
/usr/local/google/libyuv2/trunk/third_party/android_tools/ndk//toolchains/arm-li
nux-androideabi-4.6/prebuilt/linux-x86_64/bin/.
The NDK version might be wrong.
Defaulting GYP_GENERATORS to ninja.

.gclient file used:

solutions = [
  { "name"        : "trunk",
    "url"         : "http://libyuv.googlecode.com/svn/trunk",
    "deps_file"   : "DEPS",
    "managed"     : True,
    "custom_deps" : {
       "third_party/valgrind": "http://src.chromium.org/svn/trunk/deps/third_party/valgrind/binaries",
    },
    "safesync_url": "",
  },
];target_os=['android'];

Original issue reported on code.google.com by fbarch...@google.com on 20 Nov 2013 at 11:27

GoogleCodeExporter commented 9 years ago
I sent you http://review.webrtc.org/4129004/ for review to get the 
third_party/android_tools synced.

Original comment by kjellan...@google.com on 21 Nov 2013 at 6:31

GoogleCodeExporter commented 9 years ago
Fixed in r874

Original comment by fbarch...@google.com on 23 Nov 2013 at 11:09