add 64bit only device support

This commit is contained in:
Ziyang Zhou
2021-11-08 21:25:27 +08:00
parent 725f96501f
commit 9e31c4e95a
6 changed files with 97 additions and 2 deletions

27
redroid_arm64_only.mk Normal file
View File

@@ -0,0 +1,27 @@
# Copyright (C) 2012 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
$(call inherit-product, $(LOCAL_PATH)/redroid.mk)
# overrides
PRODUCT_NAME := redroid_arm64_only
PRODUCT_DEVICE := redroid_arm64_only
PRODUCT_BRAND := ReDroid
PRODUCT_MODEL := redroid12_arm64_only
DEVICE_PACKAGE_OVERLAYS := $(LOCAL_PATH)/overlay