-
Notifications
You must be signed in to change notification settings - Fork 76
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
complitable build for sdk 33 #43
base: master
Are you sure you want to change the base?
complitable build for sdk 33 #43
Conversation
Its pending on me. I will add the remaining for to this PR. |
Signed-off-by: chen ruixiang <[email protected]>
774a89d
to
36cce05
Compare
I signed off the commit, you can refactor according to a proper design :) |
Hi,@pcrepieux @varundtsfi @JesseCodeBones |
@JesseCodeBones Hello, could you please share the source code of 33 version and document a bit more how to build it for different architectures? We are working on minicap adaptation on Android U. It would be appreciated if you could provide some help. |
Hi the source code is included in this PR, |
Hi, I put the minicap code in my AOSP tree (eg: in "external") and compile it with: Compilation passed, but I didn't get minicap.so. I didn't find it in the "out" path of aosp. My 'minicap' paths are organized like this `
The code is similar to yours, but strangely I can't get the .so. I'm not familiar with Android, please advise if I make a simple mistake. Thank you |
I just found out that this problem has been solved. It's strange that lib was not generated when I compiled AOSP, but it was generated by compiling minicap separately. |
here is my steps:
|
hi @moumde , Could you share me your build for Android U? |
build shared lib for api level 33