OSDN Git Service

Move x86_64 settings to a common mk android-x86-7.1-r1 android-x86-7.1-r2 android-x86-7.1-r3 android-x86-7.1-r4
authorChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 13 Jul 2016 11:30:55 +0000 (19:30 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 28 Jul 2016 09:27:40 +0000 (17:27 +0800)
android_x86_64.mk

index 903ddd8..6ae792d 100644 (file)
 # limitations under the License.
 #
 
-PRODUCT_PROPERTY_OVERRIDES := \
-    ro.dalvik.vm.isa.arm64=x86_64 \
-    ro.enable.native.bridge.exec64=1 \
-
-$(call inherit-product,$(SRC_TARGET_DIR)/product/core_64_bit.mk)
-
 # includes the base of Android-x86 platform
-$(call inherit-product,device/generic/common/x86.mk)
+$(call inherit-product,device/generic/common/x86_64.mk)
 
 # Overrides
 PRODUCT_NAME := android_x86_64