commit | f6a53aa5f24878ad9098409ed3d3f41bb5c63fb5 | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Tue Dec 15 15:06:55 2009 -0800 |
committer | Doug Zongker <dougz@android.com> | Tue Dec 15 15:06:55 2009 -0800 |
tree | 26993d68c40ee81a4a727631bb5bc23cb744e35a | |
parent | bfa7a8fbda9317dee6266fe1e67399ba6d84c7a1 [diff] |
add "EXTERNAL" as special value of LOCAL_CERTIFICATE Setting LOCAL_CERTIFICATE to "EXTERNAL" now marks an apk (either a prebuilt or otherwise) as needing the default test key within the system, but one that should be signed after the target_files is produced but before sign_target_files_apks does the rest of the signing. (We use this to ship apps on the system that are signed by third parties, like Facebook.)