CtsVerifier: Add camera performance activity

Support is needed for a new dialog based test activity
that can run all CTS performance test cases and record their
respective results.

Bug: 79682338
Test: Manual using CtsVerifier,
adb shell monkey -p com.android.cts.verifier -c
android.intent.category.MONKEY -v 10000
Change-Id: I03b84664064fbaabad1eac8365d206b4ca175f1c
diff --git a/tests/camera/Android.mk b/tests/camera/Android.mk
index aa32cf9..ce66d37 100644
--- a/tests/camera/Android.mk
+++ b/tests/camera/Android.mk
@@ -35,7 +35,7 @@
 # Reusable Camera performance test classes and helpers
 include $(CLEAR_VARS)
 
-LOCAL_MODULE := CtsCameraPerformanceCases
+LOCAL_MODULE := cts-camera-performance-tests
 
 LOCAL_MODULE_TAGS := tests
 
@@ -57,7 +57,7 @@
 
 LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs
 
-include $(BUILD_JAVA_LIBRARY)
+include $(BUILD_STATIC_JAVA_LIBRARY)
 
 # CtsCameraTestCases package