Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 479fa8d2 authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Update testing script am: 0f128dd3

am: b0246ed6

Change-Id: I7b9f81accbabd4497e1224c5fbb5b1e01e55f62a
parents 20934ec1 b0246ed6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ _lite_test_general() {
  if [ $coverage = true ] && [ $project =~ "telecom" ] ; then
    e_options="${e_options} -e coverage 'true'"
  fi
  adb shell am instrument ${e_options} -w "$package_prefix/$instrumentation"
  adb shell am instrument --no-hidden-api-checks ${e_options} -w "$package_prefix/$instrumentation"

  # Code coverage only enabled for Telecom.
  if [ $coverage = true ] && [ $project =~ "telecom" ] ; then