-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(android): include x86_64 in module template #11384
Conversation
|
Found some issues. Have updated @garymathews. |
@garymathews I think this is having issues with the native modules used in the test suite now. Maybe because of the addition of |
Ideally, we want to support including To do this, we can't bump up the Proposal 1: (Best Solution?) Proposal 2: (Next Best) The problem with this is if a module requires a 3rd party C/C++ library (such as our encrypted DB module) and a prebuilt Proposal 3: (Worst Case) I don't think this is a good solution though. We're going to need to rebuild |
Also, our Should it even be configurable at all? Most of the time no... unless you're including a 3rd party C/C++ |
2deb7cc
to
54f0084
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CR: Pass
@lokeshchdhry, I suggest that you test with our ti.imagefactory module instead. Now that our AndroidX PR has been merged, the |
b04e585
to
024ea8e
Compare
FR Passed.
Studio Ver: 5.1.4.201909061933 |
NOTE: REQUIRES #11294
x86_64
architecture in module builds by defaultTEST CASE #1
x86_64
librariesTEST CASE #2
x86_64
has been excluded:JIRA Ticket