Bruce Beare | 5636301 | 2011-02-18 15:09:35 -0800 | [diff] [blame] | 1 | # |
Ying Wang | 1f371a1 | 2014-07-18 15:36:30 -0700 | [diff] [blame] | 2 | # Copyright (C) 2014 The Android Open Source Project |
Bruce Beare | 5636301 | 2011-02-18 15:09:35 -0800 | [diff] [blame] | 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 | |
Cole Faust | 92d921c | 2023-07-13 16:40:30 -0700 | [diff] [blame] | 17 | # This is a simple product that uses configures the minimum amount |
| 18 | # needed to build the SDK (without the emulator). |
Bruce Beare | 5636301 | 2011-02-18 15:09:35 -0800 | [diff] [blame] | 19 | |
Cole Faust | 92d921c | 2023-07-13 16:40:30 -0700 | [diff] [blame] | 20 | $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_default.mk) |
Bruce Beare | 5636301 | 2011-02-18 15:09:35 -0800 | [diff] [blame] | 21 | |
Cole Faust | 92d921c | 2023-07-13 16:40:30 -0700 | [diff] [blame] | 22 | PRODUCT_NAME := sdk_x86_64 |
| 23 | PRODUCT_BRAND := Android |
| 24 | PRODUCT_DEVICE := mainline_x86 |
Jihoon Kang | e06e4c5 | 2023-09-19 19:12:48 +0000 | [diff] [blame] | 25 | |
| 26 | PRODUCT_NEXT_RELEASE_HIDE_FLAGGED_API := true |