-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add C api version for native components (#318)
#### Summary of Changes For native components read the C api version information from the bundle similarly to what we do for "platform" information. The C api version is specific to each bundle. If the bundle doesn't contain a C api version, then return "N/A" and skip this information in the manifest file. Otherwise use the C api version to populate the manifest inside appPackageManifest. #### Description of testing Checked the changes are backwards compatible by generating a manifest for a native component without C api version. Checked that the manifest contains the C api version information if it is present in the native component. Signed-off-by: Catalina Mocanu <catalinamocanu@google.com>
- Loading branch information
1 parent
ce21112
commit 1b65e21
Showing
8 changed files
with
32,912 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.