From eda2d7c0efbeadc1f16336456dc6e4b760ee69bc Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 17 Apr 2020 12:32:12 -0700 Subject: 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 --- ndk/checkbuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ndk/checkbuild.py') 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), -- cgit v1.2.3