mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-28 21:43:53 +08:00
* git mv to third_party * find and replace * fix release tests * update pre-commit * update tici bins * update eon bins Co-authored-by: Comma Device <device@comma.ai>
8 lines
315 B
Plaintext
8 lines
315 B
Plaintext
# with neos tree
|
|
cd ~/android/system
|
|
mka libcrypt_static libssl_static
|
|
|
|
cp ~/android/system/out/target/product/oneplus3/obj/STATIC_LIBRARIES/libcrypto_static_intermediates/libcrypto_static.a lib/
|
|
cp ~/android/system/out/target/product/oneplus3/obj/STATIC_LIBRARIES/libssl_static_intermediates/libssl_static.a lib/
|
|
|