1# 2# Copyright 2017 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 17PRODUCT_MAKEFILES := \ 18 aosp_cf_x86_64_auto:$(LOCAL_DIR)/vsoc_x86_64/auto/device.mk \ 19 aosp_cf_x86_64_phone:$(LOCAL_DIR)/vsoc_x86_64/phone/device.mk \ 20 aosp_cf_x86_64_tablet:$(LOCAL_DIR)/vsoc_x86_64/tablet/device.mk \ 21 aosp_cf_x86_64_tablet_3g:$(LOCAL_DIR)/vsoc_x86_64/tablet_3g/device.mk \ 22 aosp_cf_x86_64_tv:$(LOCAL_DIR)/vsoc_x86_64/tv/device.mk \ 23 aosp_cf_x86_64_wear:$(LOCAL_DIR)/vsoc_x86_64/wear/device.mk \ 24 aosp_cf_x86_auto:$(LOCAL_DIR)/vsoc_x86/auto/device.mk \ 25 aosp_cf_x86_phone:$(LOCAL_DIR)/vsoc_x86/phone/device.mk \ 26 aosp_cf_x86_tablet:$(LOCAL_DIR)/vsoc_x86/tablet/device.mk \ 27 aosp_cf_x86_tablet_3g:$(LOCAL_DIR)/vsoc_x86/tablet_3g/device.mk \ 28 aosp_cf_x86_tv:$(LOCAL_DIR)/vsoc_x86/tv/device.mk \ 29 aosp_cf_x86_wear:$(LOCAL_DIR)/vsoc_x86/wear/device.mk \ 30 31