Add a simple screen orientation test in KS

+ Add a simple screen orientation test in KS
+ Also apply some cosmetic changes to KS. Added paddings so the
  fragment contents do not overlap with the title and hamburger.

Change-Id: Ic62f0fd2a5922092c8295854b2ccb9958c45f48e
diff --git a/tests/EmbeddedKitchenSinkApp/Android.mk b/tests/EmbeddedKitchenSinkApp/Android.mk
index 159623e..1aba434 100644
--- a/tests/EmbeddedKitchenSinkApp/Android.mk
+++ b/tests/EmbeddedKitchenSinkApp/Android.mk
@@ -34,8 +34,10 @@
 
 LOCAL_DEX_PREOPT := false
 
-LOCAL_STATIC_JAVA_LIBRARIES += car-systemtest android.support.car
+LOCAL_STATIC_JAVA_LIBRARIES += car-systemtest
 
 LOCAL_JAVA_LIBRARIES += android.car
 
+include packages/services/Car/car-support-lib/car-support.mk
+
 include $(BUILD_PACKAGE)