blob: a6e3bcdab0b30d7656bf2efe14d563a2eeb10082 [file] [log] [blame]
Bruce Beare56363012011-02-18 15:09:35 -08001#
Ying Wang1f371a12014-07-18 15:36:30 -07002# Copyright (C) 2014 The Android Open Source Project
Bruce Beare56363012011-02-18 15:09:35 -08003#
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
Cole Faust92d921c2023-07-13 16:40:30 -070017# This is a simple product that uses configures the minimum amount
18# needed to build the SDK (without the emulator).
Bruce Beare56363012011-02-18 15:09:35 -080019
Cole Faust92d921c2023-07-13 16:40:30 -070020$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_default.mk)
Bruce Beare56363012011-02-18 15:09:35 -080021
Cole Faust92d921c2023-07-13 16:40:30 -070022PRODUCT_NAME := sdk_x86_64
23PRODUCT_BRAND := Android
24PRODUCT_DEVICE := mainline_x86
Jihoon Kange06e4c52023-09-19 19:12:48 +000025
26PRODUCT_NEXT_RELEASE_HIDE_FLAGGED_API := true