summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2022-09-28 16:31:45 -0700
committerCole Faust <colefaust@google.com>2022-09-28 16:31:45 -0700
commit463ea434c7b3f2eb2fd26c97fec871ef926dd050 (patch)
treef3476b76ff9c4325b88a1a36a83c8251f33967c7
parent22b8126fb59b1bb2dbec94abe491d4e34acde20d (diff)
downloadlibchrome-463ea434c7b3f2eb2fd26c97fec871ef926dd050.tar.gz
Import jni_generator from root package
Soong is undergoing a transition to where only the root package is added to the python path, not the package of the entrypoint script. Update this usage to match the new behavior. Bug: 245583294 Test: Presubmits Change-Id: I7c8245bfa6a4215823e3df7e8f1be8f70af51d40
-rwxr-xr-xbase/android/jni_generator/jni_registration_generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/android/jni_generator/jni_registration_generator.py b/base/android/jni_generator/jni_registration_generator.py
index f9c3fcd7a3..d2fc23ae0d 100755
--- a/base/android/jni_generator/jni_registration_generator.py
+++ b/base/android/jni_generator/jni_registration_generator.py
@@ -14,7 +14,7 @@ import multiprocessing
import string
import sys
-import jni_generator
+import base.android.jni_generator.jni_generator as jni_generator
from build.android.gyp.util import build_utils