Skip to content

Instantly share code, notes, and snippets.

View nicknezis's full-sized avatar

Nicholas Nezis nicknezis

  • Systolic, INC.
  • Baltimore, MD
View GitHub Profile
@khernyo
khernyo / build.gradle
Created December 6, 2012 18:39
Gradle Android configuration with .so hack
// This hack works with com.android.tools.build:gradle:0.2, won't work in later version without modification
apply plugin: 'android'
targetCompatibility = 1.6
sourceCompatibility = 1.6
android {
target = 'android-14'
obj-m += mod1.o