aboutsummaryrefslogtreecommitdiff
path: root/connectivity/wifirtt/WifiRttScan
diff options
context:
space:
mode:
authorJeremy Walker <jewalker@google.com>2018-08-13 20:32:34 +0000
committerJeremy Walker <jewalker@google.com>2018-08-13 20:46:36 +0000
commit8d8c7fd34e9639246e9a2681d19543e8774ddf6c (patch)
treec8d91aabbbfe06b000a6e92ee828e0d3d0e93004 /connectivity/wifirtt/WifiRttScan
parent8c02e7656eb9149b7943bec2bba8bb69ac44f645 (diff)
downloadandroid-8d8c7fd34e9639246e9a2681d19543e8774ddf6c.tar.gz
Add .gitignore and delete .yaml file (created in .google).
Bug: 111830148 Test: Manually tested. Change-Id: Ib728f5934938f66a5208ee762652571fb737d2a8
Diffstat (limited to 'connectivity/wifirtt/WifiRttScan')
-rw-r--r--connectivity/wifirtt/WifiRttScan/.gitignore33
-rw-r--r--connectivity/wifirtt/WifiRttScan/packaging.yaml29
2 files changed, 33 insertions, 29 deletions
diff --git a/connectivity/wifirtt/WifiRttScan/.gitignore b/connectivity/wifirtt/WifiRttScan/.gitignore
new file mode 100644
index 00000000..b90e7562
--- /dev/null
+++ b/connectivity/wifirtt/WifiRttScan/.gitignore
@@ -0,0 +1,33 @@
+# built application files
+*.apk
+*.ap_
+
+# files for the dex VM
+*.dex
+
+# Java class files
+*.class
+
+# generated files
+bin/
+gen/
+
+# Ignore gradle files
+.gradle/
+build/
+
+# Local configuration file (sdk path, etc)
+local.properties
+
+# Proguard folder generated by Eclipse
+proguard/
+proguard-project.txt
+
+# Eclipse files
+.project
+.classpath
+.settings/
+
+# Android Studio/IDEA
+*.iml
+.idea
diff --git a/connectivity/wifirtt/WifiRttScan/packaging.yaml b/connectivity/wifirtt/WifiRttScan/packaging.yaml
deleted file mode 100644
index 808a5423..00000000
--- a/connectivity/wifirtt/WifiRttScan/packaging.yaml
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2018 Google LLC
-#
-# 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
-#
-# https://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.
-#
-# GOOGLE SAMPLE PACKAGING DATA
-#
-# This file is used by Google as part of our samples packaging process.
-# End users may safely ignore this file. It has no relevance to other systems.
----
-
-status: DRAFT
-technologies: [Android]
-categories: [Connectivity]
-languages: [Java]
-solutions: [Mobile]
-github: googlesamples/android-WifiRttScan
-level: ADVANCED
-icon: WifiRttScan/src/main/res/drawable-xxhdpi/ic_launcher.png
-license: apache2-android