Snap for 4951295 from c9921059e06644a5c08800b4c14e18cb1239392f to pi-qpr1-release

Change-Id: I0701da9dd45a6bba058960ba5c91a67bfc11004d
diff --git a/connectivity/wifirtt/WifiRttScan/.gitignore b/connectivity/wifirtt/WifiRttScan/.gitignore
new file mode 100644
index 0000000..b90e756
--- /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 ef735ab..0000000
--- a/connectivity/wifirtt/WifiRttScan/packaging.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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