Skip to content

Commit 463ea43

Browse files
committed
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
1 parent 22b8126 commit 463ea43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: base/android/jni_generator/jni_registration_generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import string
1515
import sys
1616

17-
import jni_generator
17+
import base.android.jni_generator.jni_generator as jni_generator
1818
from build.android.gyp.util import build_utils
1919

2020

0 commit comments

Comments
 (0)