Ignore:
Timestamp:
2013-02-01T15:04:25+13:00 (11 years ago)
Author:
davidb
Message:

Merging devel.bash files from 'android-ndk' and 'local'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • local/greenstone3/linux-android-ndk-cross/devel.bash

    r26830 r26834  
     1
     2export crossOS=android
     3echo "+ Setting crossOS=$crossOS"
     4
    15export NDK_HOME=`pwd`
    26export PATH=$NDK_HOME/android_toolchain/bin:$NDK_HOME/android-ndk-r8d:$PATH
     
    1317
    1418
     19# Need to make sure crossOS is set before sourcing the gnome-lib ext
     20# to ensure GSDLOS is set to 'android'.  This in turn ensures that all
     21# the cross-compiled files go under the 'android' install directory
     22# and avoids cross-contamination of shared libraries between commands
     23# run on the build OS (linux) and the intented final host OS (android)
     24
     25pushd ../gs2build/ext/gnome-lib
     26source ./devel.bash
     27popd
     28
     29source ./gs3-setup.bash
     30
     31
Note: See TracChangeset for help on using the changeset viewer.