aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Cheng <kevcheng@google.com>2018-07-09 10:15:29 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-07-09 10:15:29 -0700
commit66fd96d6e96746dc30b03ff9ff2f7d954925c755 (patch)
tree6441bbfe2f7e196b343ac2ef6823aaf8c7678b71
parent8b7ce68755b66a4909cf2a90afbedf2b8a7c3d69 (diff)
parentcb8ac9596786ca95d51902d623cd00c337d27548 (diff)
downloadplatform_external_python_pyasn1-modules-master-cuttlefish-testing-release.tar.gz
platform_external_python_pyasn1-modules-master-cuttlefish-testing-release.tar.bz2
platform_external_python_pyasn1-modules-master-cuttlefish-testing-release.zip
Update package_path to use '_' instead of '-' so imports work.master-cuttlefish-testing-release
am: cb8ac95967 Change-Id: Iea4e89f9a54cd347a4bacb925f861ae4acc9b03f
-rw-r--r--pyasn1_modules/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyasn1_modules/Android.bp b/pyasn1_modules/Android.bp
index 19d3cf7..500c140 100644
--- a/pyasn1_modules/Android.bp
+++ b/pyasn1_modules/Android.bp
@@ -28,5 +28,5 @@ python_library {
libs: [
"py-pyasn1",
],
- pkg_path: "pyasn1-modules"
+ pkg_path: "pyasn1_modules"
}