delete tests baked into emulator system image

- tests are out of maintainence
- the checks were general functional tests on comms related
  areas and should be covered by the same tests across physical
  and virtual devices

Bug: 77496099
Test: build `make -j droid tests dist`
Change-Id: I96b9cc17e9ea618d200ead2ee3e400b4e7cbb9eb
diff --git a/products/sdk_atv_armv7.mk b/products/sdk_atv_armv7.mk
index 4d6c4b6..0803400 100644
--- a/products/sdk_atv_armv7.mk
+++ b/products/sdk_atv_armv7.mk
@@ -17,7 +17,6 @@
 PRODUCT_IS_ATV_SDK := true
 
 PRODUCT_PACKAGES := \
-    EmulatorSmokeTests \
     LeanbackSampleApp \
     TelephonyProvider \
     SdkSetup \