Skip to content
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

Add support for x86 in general, and for Zenfone5 & other ClovertrailPlus's devices in privately #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.zip
out/aroma_installer
out/aroma.zip
out/out_folder.txt
assets/META-INF/com/google/android/update-binary
4 changes: 2 additions & 2 deletions Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include $(CLEAR_VARS)
## Force Compiling Without ARM NEON
## -- Uncomment This Line --
##
# AROMA_ARM_NEON := false
AROMA_ARM_NEON := false
#

##
Expand Down Expand Up @@ -157,7 +157,7 @@ include $(CLEAR_VARS)

## INCLUDED LIBRARIES
LOCAL_STATIC_LIBRARIES := libm libc

LOCAL_FORCE_STATIC_EXECUTABLE := true
ifeq ($(MAKECMDGOALS),$(LOCAL_MODULE))
$(shell rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/$(LOCAL_MODULE)_intermediates)
endif
Expand Down
Binary file modified assets/META-INF/com/google/android/update-binary-installer
Binary file not shown.
Loading