Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2253)

Unified Diff: build/android/pylib/symbols/elf_symbolizer_unittest.py

Issue 1948363002: [Android] Remove dedicated presubmit for build/andorid/pylib/symbols/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/android/pylib/symbols/elf_symbolizer.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/pylib/symbols/elf_symbolizer_unittest.py
diff --git a/build/android/pylib/symbols/elf_symbolizer_unittest.py b/build/android/pylib/symbols/elf_symbolizer_unittest.py
index e963a343df4685719ffe790fc902f970f05d2627..1d95b15ca914f230491269aff527174155decf5c 100755
--- a/build/android/pylib/symbols/elf_symbolizer_unittest.py
+++ b/build/android/pylib/symbols/elf_symbolizer_unittest.py
@@ -6,12 +6,10 @@
import functools
import logging
import os
-import sys
import unittest
-sys.path.insert(0, os.path.dirname(__file__))
-import elf_symbolizer
-import mock_addr2line
+from pylib.symbols import elf_symbolizer
+from pylib.symbols import mock_addr2line
_MOCK_A2L_PATH = os.path.join(os.path.dirname(mock_addr2line.__file__),
« no previous file with comments | « build/android/pylib/symbols/elf_symbolizer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698