Intents sample doesn't need to include emulator library or ndk.

This commit is contained in:
Jack Palevich 2015-02-14 11:56:22 -08:00
parent b3aa642c78
commit 0ba64a82b1

View File

@ -8,11 +8,6 @@ android {
applicationId "jackpal.androidterm.sample.intents"
minSdkVersion 3
targetSdkVersion 11
ndk {
moduleName "libjackpal-androidterm4"
ldLibs "log"
}
}
buildTypes {
@ -22,7 +17,3 @@ android {
}
}
}
dependencies {
compile project(':emulatorview')
}