.. | .. |
---|
3 | 3 | |
---|
4 | 4 | #32bit android,you should define TARGET_ARCH := arm |
---|
5 | 5 | #64bit android,you should define TARGET_ARCH := arm64 |
---|
6 | | -TARGET_ARCH ?= arm |
---|
| 6 | +#TARGET_ARCH ?= arm |
---|
| 7 | +TARGET_ARCH ?= arm64 |
---|
7 | 8 | ifeq ($(TARGET_ARCH),arm) |
---|
8 | 9 | $(call inherit-product, device/softwinner/ceres-common/ceres_32_bit.mk) |
---|
9 | 10 | else ifeq ($(TARGET_ARCH),arm64) |
---|
.. | .. |
---|
255 | 256 | |
---|
256 | 257 | # set primary display orientation to 270 |
---|
257 | 258 | PRODUCT_PROPERTY_OVERRIDES += \ |
---|
258 | | - ro.surface_flinger.primary_display_orientation=ORIENTATION_270 \ |
---|
| 259 | + ro.surface_flinger.primary_display_orientation=ORIENTATION_270 |
---|
| 260 | + #feisi |
---|
| 261 | + #ro.surface_flinger.primary_display_orientation=ORIENTATION_90 |
---|
| 262 | + #ro.surface_flinger.primary_display_orientation=ORIENTATION_0 \ |
---|
259 | 263 | |
---|
260 | 264 | PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ |
---|
261 | 265 | ro.minui.default_rotation=ROTATION_LEFT \ |
---|
.. | .. |
---|
265 | 269 | ro.camera.enableLazyHal=true |
---|
266 | 270 | |
---|
267 | 271 | PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ |
---|
268 | | - ro.primary_display.user_rotation=90 \ |
---|
269 | | - ro.input_flinger.primary_touch.rotation=270\ |
---|
| 272 | + ro.primary_display.user_rotation=0 \ |
---|
| 273 | + ro.input_flinger.primary_touch.rotation=0\ |
---|
270 | 274 | |
---|
271 | 275 | # if display width < height, maybe qq camera is not match |
---|
272 | 276 | # we can set the property for qq. |
---|
.. | .. |
---|
310 | 314 | |
---|
311 | 315 | #PRODUCT_ROTATION := 90 |
---|
312 | 316 | |
---|
| 317 | +PRODUCT_COPY_FILES += \ |
---|
| 318 | + $(LOCAL_PATH)/ido/liblcd_bl.so:/system/lib64/liblcd_bl.so \ |
---|
| 319 | + $(LOCAL_PATH)/ido/liblcd_bl32.so:/system/lib/liblcd_bl.so \ |
---|
| 320 | + |
---|
| 321 | + |
---|
313 | 322 | PRODUCT_CHARACTERISTICS := tablet |
---|
314 | 323 | |
---|
315 | 324 | PRODUCT_AAPT_CONFIG := mdpi xlarge hdpi xhdpi large |
---|