aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2020-04-17 12:32:12 -0700
committerDan Albert <danalbert@google.com>2020-04-17 12:51:50 -0700
commiteda2d7c0efbeadc1f16336456dc6e4b760ee69bc (patch)
tree26dd5901298563d1b9ed74f5c94917a6b54343b7
parent043b9cc808e5594270e65f31090e0c460e2958e0 (diff)
downloadndk-eda2d7c0efbeadc1f16336456dc6e4b760ee69bc.tar.gz
Move the source.properties to the root.
It seems codesign will not allow this file: https://stackoverflow.com/a/25950545/632035 Test: Built framework bundle and inspected Bug: http://b/143105198 Change-Id: I19ab69e2bfd22aeca818e58ae924861bd52a25ca
-rwxr-xr-xndk/checkbuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndk/checkbuild.py b/ndk/checkbuild.py
index 858b3690e..f24746dd2 100755
--- a/ndk/checkbuild.py
+++ b/ndk/checkbuild.py
@@ -250,7 +250,7 @@ def make_framework_bundle(zip_path: Path, ndk_dir: Path, build_number: str,
target_is_directory=True)
shutil.copy2(ndk_dir / 'source.properties',
- bundle_dir / 'source.properties')
+ package_dir / 'source.properties')
create_signer_metadata(package_dir)
_make_zip_package(str(zip_path),
str(package_dir),