-
Notifications
You must be signed in to change notification settings - Fork 35
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
Android build: tee_storage_api build error - Android M fixes required #10
Comments
Interestingly with the CyanogenMod 12.1 android source Open-TEE builds. To do this I run:
This builds successfully. But in the android source from Googles repo does not build with Open-TEE as shown in the above error. Again is this just me or is everyone getting this? |
Hi Jorden, Do you have Android M in your Google aosp repo? We have not yet run Br, On Wed, Oct 7, 2015 at 5:06 PM, Jorden Whitefield [email protected]
|
Ah right ok. I'll continue to use CyanogenMod for now. Thank you |
Will leave it open, and have marked it to be done, when I have time to test with an M tree (soon, I hope :) |
Not an issue with boringssl. openssl was removed from the Android 6.0.0 manifest repo. Try a 'git clone https://android.googlesource.com/platform/external/openssl' into the external directory and rebuild, maybe? You'd still need to comment out some boringssl modules to let the build behave correctly with openssl. No, it still has errors.
There is some more work to do. Maybe it's time to migrate away from openssl. |
It works on Android 6.0.0. I've got a manual process for build and install, but it wouldn't take alot of effort to make it a little more automated. It allows everything in Android to use boringssl and OpenTEE can use openssl.
conn_test_app can run to completion.
Huzzah! |
Hello Brianmcfadden, I git clone the openssl into external/openssl Based on the the openssl project https://github.com/eighthave/openssl-android It had an error:
I also tried to git clone the repository git clone https://github.com/eighthave/openssl-android . Shell I use boring instead openssl? |
Hello,
After doing a
repo sync
I now get the following error:Are you also getting this error?
Thanks for your time.
The text was updated successfully, but these errors were encountered: