Home | History | Annotate | Download | only in product
      1 #
      2 # Copyright (C) 2019 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 include $(SRC_TARGET_DIR)/product/gsi_common.mk
     18 
     19 PRODUCT_ARTIFACT_PATH_REQUIREMENT_WHITELIST += \
     20     system/etc/init/init.legacy-gsi.rc \
     21     system/etc/init/gsi/init.vndk-27.rc \
     22     system/etc/ld.config.vndk_lite.txt \
     23 
     24 # Legacy GSI support addtional O-MR1 interface
     25 PRODUCT_EXTRA_VNDK_VERSIONS += 27
     26 
     27 # Support for the O-MR1 devices
     28 PRODUCT_COPY_FILES += \
     29     build/make/target/product/gsi/init.legacy-gsi.rc:system/etc/init/init.legacy-gsi.rc \
     30     build/make/target/product/gsi/init.vndk-27.rc:system/etc/init/gsi/init.vndk-27.rc
     31 
     32 # Name space configuration file for non-enforcing VNDK
     33 PRODUCT_PACKAGES += \
     34     ld.config.vndk_lite.txt
     35 
     36 # Legacy GSI relax the compatible property checking
     37 PRODUCT_COMPATIBLE_PROPERTY_OVERRIDE := false
     38