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

A little fix #3

Open
wants to merge 10 commits into
base: cm-11.0-wip
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
4 changes: 2 additions & 2 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ TARGET_CPU_SMP := true
TARGET_CPU_VARIANT := krait
TARGET_ARCH_VARIANT := armv7-a-neon

TARGET_GLOBAL_CFLAGS += -mtune=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=softfp
TARGET_GLOBAL_CPPFLAGS += -mtune=cortex-a7 -mfpu=neon-vfpv4 -mfloat-abi=softfp
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why to use clang with cm-11.0? I don't think this is correct. @vm03 do you have any ideas?

TARGET_GLOBAL_CFLAGS += -mtune=cortex-a7 -mfloat-abi=softfp
TARGET_GLOBAL_CPPFLAGS += -mtune=cortex-a7 -mfloat-abi=softfp

TARGET_SPECIFIC_HEADER_PATH += device/nokia/ara/include

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# android_device_nokia_ara
Android device configuration for Nokia X2 RM-1013 msm8610
3 changes: 3 additions & 0 deletions ara.mk
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ PRODUCT_PACKAGES += \
tinymix \
tinyplay




Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to add empty lines

# Camera
PRODUCT_PACKAGES += \
camera.msm8610
Expand Down
Loading