mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 16:23:46 +08:00
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/
|
|
|