aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Walker <jewalker@google.com>2016-01-25 17:20:03 -0800
committerJeremy Walker <jewalker@google.com>2016-02-05 11:54:52 -0800
commit4537aaff6560b6c5fb1fbb12442c2ad863f77b44 (patch)
tree6a669a3b1927fb80dc164c5f5512f4e347ae29ea
parentd21feaaa9da4c0345ada9db60aa1d01d2171cb66 (diff)
downloadandroid-4537aaff6560b6c5fb1fbb12442c2ad863f77b44.tar.gz
Adds missing .gitignore files for Wearable and Shared folders.
Change-Id: Ia09975ca7cd5195fbaed0bf62b40f199923e06a2
-rw-r--r--wearable/wear/RuntimePermissionsWear/Shared/.gitignore16
-rw-r--r--wearable/wear/RuntimePermissionsWear/Shared/build.gradle52
-rw-r--r--wearable/wear/RuntimePermissionsWear/Wearable/.gitignore16
3 files changed, 32 insertions, 52 deletions
diff --git a/wearable/wear/RuntimePermissionsWear/Shared/.gitignore b/wearable/wear/RuntimePermissionsWear/Shared/.gitignore
new file mode 100644
index 00000000..6eb878d4
--- /dev/null
+++ b/wearable/wear/RuntimePermissionsWear/Shared/.gitignore
@@ -0,0 +1,16 @@
+# Copyright 2013 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+src/template/
+src/common/
+build.gradle
diff --git a/wearable/wear/RuntimePermissionsWear/Shared/build.gradle b/wearable/wear/RuntimePermissionsWear/Shared/build.gradle
deleted file mode 100644
index daea9d01..00000000
--- a/wearable/wear/RuntimePermissionsWear/Shared/build.gradle
+++ /dev/null
@@ -1,52 +0,0 @@
-
-buildscript {
- repositories {
- jcenter()
- }
-
- dependencies {
- classpath 'com.android.tools.build:gradle:1.2.3'
- }
-}
-
-apply plugin: 'android-library'
-
-repositories {
- jcenter()
-}
-
-
-
-// The sample build uses multiple directories to
-// keep boilerplate and common code separate from
-// the main sample code.
-List<String> dirs = [
- 'main', // main sample code; look here for the interesting stuff.
- 'common', // components that are reused by multiple samples
- 'template'] // boilerplate code that is generated by the sample template process
-
-android {
- compileSdkVersion 23
-
- buildToolsVersion "23.0.2"
-
- defaultConfig {
- minSdkVersion 18
- targetSdkVersion 23
- }
-
- compileOptions {
- sourceCompatibility JavaVersion.VERSION_1_7
- targetCompatibility JavaVersion.VERSION_1_7
- }
-
- sourceSets {
- main {
- dirs.each { dir ->
- java.srcDirs "src/${dir}/java"
- res.srcDirs "src/${dir}/res"
- }
- }
-
- }
-}
diff --git a/wearable/wear/RuntimePermissionsWear/Wearable/.gitignore b/wearable/wear/RuntimePermissionsWear/Wearable/.gitignore
new file mode 100644
index 00000000..6eb878d4
--- /dev/null
+++ b/wearable/wear/RuntimePermissionsWear/Wearable/.gitignore
@@ -0,0 +1,16 @@
+# Copyright 2013 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+src/template/
+src/common/
+build.gradle