Home | History | Annotate | Download | only in product
      1 #
      2 # Copyright 2016 The Android Open-Source Project
      3 #
      4 # Licensed under the Apache License, Version 2.0 (the "License");
      5 # you may not use this file except in compliance with the License.
      6 # You may obtain a copy of the License at
      7 #
      8 #      http://www.apache.org/licenses/LICENSE-2.0
      9 #
     10 # Unless required by applicable law or agreed to in writing, software
     11 # distributed under the License is distributed on an "AS IS" BASIS,
     12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13 # See the License for the specific language governing permissions and
     14 # limitations under the License.
     15 #
     16 
     17 PRODUCT_USE_DYNAMIC_PARTITIONS := true
     18 
     19 # aosp_x86 with arm libraries needed by binary translation.
     20 
     21 # The system image of aosp_x86-userdebug is a GSI for the devices with:
     22 # - x86 32 bits user space
     23 # - 64 bits binder interface
     24 # - system-as-root
     25 # - VNDK enforcement
     26 # - compatible property override enabled
     27 
     28 -include device/generic/goldfish/x86-vendor.mk
     29 
     30 include $(SRC_TARGET_DIR)/product/full_x86.mk
     31 
     32 # Enable dynamic partition size
     33 PRODUCT_USE_DYNAMIC_PARTITION_SIZE := true
     34 
     35 # Needed by Pi newly launched device to pass VtsTrebleSysProp on GSI
     36 PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := true
     37 
     38 # Support addtional P vendor interface
     39 PRODUCT_EXTRA_VNDK_VERSIONS := 28
     40 
     41 PRODUCT_NAME := aosp_x86_arm
     42 PRODUCT_DEVICE := generic_x86_arm
     43