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

Commit 36f5074d authored by Chihhang Chuang's avatar Chihhang Chuang
Browse files

Use full path for LOCAL_INSTRUMENT_SOURCE_DIRS

We get fail from running RunThemePickerRoboTests-jacoco because Jacoco
fail to get the source code path to parse the code coverage.

Test step:
1. tapas RunThemePickerRoboTests
2. make -j30 dist (Make sure RunThemePickerRoboTests does not break)
3. make -j30 RunThemePickerRoboTests-jacoco dist
4. See the coverage report
Bug: 147334774

Change-Id: I5a76f99a22b1e230b3b4777e74bd1e68211e9736
parent 5eccd03e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ LOCAL_JAVA_LIBRARIES := \

LOCAL_TEST_PACKAGE := ThemePicker

LOCAL_INSTRUMENT_SOURCE_DIRS := $(dir $(LOCAL_PATH))../src \
LOCAL_INSTRUMENT_SOURCE_DIRS := packages/apps/ThemePicker/src \

LOCAL_ROBOTEST_TIMEOUT := 36000