Wearable samples sometimes have special gradle setups that nest one application within another. As such, inclusion in the existing samples generator may be tricky. Instead, just prepare the sample for direct inclusion into the sdk distribution. Create a convenience gradle build to build all wearable samples at once. Bug: 15591212 Change-Id: I6e03f7c5cc87909430b927aca4b403ded77917ab
43 lines
527 B
Plaintext
43 lines
527 B
Plaintext
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
out/
|
|
src/common
|
|
src/template
|
|
_index.jd
|
|
README.txt
|
|
|
|
# Libraries used by the app
|
|
# Can explicitly add if we want, but shouldn't do so blindly. Licenses, bloat, etc.
|
|
/libs
|
|
|
|
|
|
# Build stuff (auto-generated by android update project ...)
|
|
ant.properties
|
|
local.properties
|
|
|
|
# Eclipse project files
|
|
.classpath
|
|
.project
|
|
|
|
# idea project files
|
|
.idea/
|
|
.idea/.name
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
|
|
##Gradle-based build
|
|
.gradle
|
|
build/
|
|
|