Merge "Remove libclang* from user_tags.mk."
diff --git a/envsetup.sh b/envsetup.sh
index 1f35061..bfafbb7 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -1002,6 +1002,21 @@
     adb shell service call window 3
 }
 
+function key_home()
+{
+    adb shell input keyevent 3
+}
+
+function key_back()
+{
+    adb shell input keyevent 4
+}
+
+function key_menu()
+{
+    adb shell input keyevent 82
+}
+
 function smoketest()
 {
     if [ ! "$ANDROID_PRODUCT_OUT" ]; then