AOSP/Calendar - Deleted TEST_MAPPING file and LOCAL_COMPATIBILITY_SUITE to fix bug 138793948.

BUG: 138793948
BUG: 138125109

Test: manual - Ran the following tests on Pixel phone. Tested the calendar UI.

$ make -j 40
$ make Calendar -j
$ make CalendarTests -j

$ ls -l out/target/product/marlin/testcases/Calendar/arm64/Calendar.apk out/target/product/marlin/testcases/CalendarTests/arm64/CalendarTests.apk

$ adb install -r -d -g out/target/product/marlin/testcases/Calendar/arm64/Calendar.apk
$ adb install -r -d -g out/target/product/marlin/testcases/CalendarTests/arm64/CalendarTests.apk

$ adb shell am instrument -w  com.android.calendar.tests
  Time: 0.148
  OK (22 tests)

$ atest CalendarTests
CalendarTests (22 Tests)
-----------------------
[1/22] com.android.calendar.FormatDateRangeTest#testAll: PASSED (26ms)
...
[22/22] com.android.calendar.widget.CalendarAppWidgetServiceTest#testGetAppWidgetModel_AllDayEventLater: PASSED (0ms)

Summary
-------
CalendarTests: Passed: 22, Failed: 0, Ignored: 0, Assumption Failed: 0

All tests passed!

Change-Id: I4868a3bc54e8e3e026ec982f4b0b62ba413a8020
3 files changed