forked from vegaics/android_device_nvidia_shuttle
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfull_shuttle.mk
More file actions
72 lines (64 loc) · 2.29 KB
/
full_shuttle.mk
File metadata and controls
72 lines (64 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Copyright (C) 2011 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Camera
PRODUCT_PACKAGES := \
SpareParts \
Development \
Stk \
Mms
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
# This is where we'd set a backup provider if we had one
#$(call inherit-product, device/sample/products/backup_overlay.mk)
# Inherit from ahuttle device
$(call inherit-product, device/nvidia/shuttle/device.mk)
#$(call inherit-product, device/nvidia/shuttle/nvidia-blobs.mk)
# Set those variables here to overwrite the inherited values.
PRODUCT_NAME := full_shuttle
PRODUCT_DEVICE := shuttle
PRODUCT_BRAND := Android
PRODUCT_MODEL := VegaCream Beta 4
PRODUCT_MANUFACTURER := NVidia
BUILD_DISPLAY := VegaCream Beta 4
PRIVATE_BUILD_DESC := "US_epad-user 4.0.3 IML74K US_epad-9.4.2.21-20120323 release-keys"
BUILD_FINGERPRINT := asus/WW_epad/EeePad:4.0.3/IML74K/WW_epad-9.4.3.29-20120511:user/release-keys
# Copy Google Apps
PRODUCT_COPY_FILES += \
$(call find-copy-subdir-files,*,device/nvidia/shuttle/gapps/system/lib,system/lib) \
$(call find-copy-subdir-files,*,device/nvidia/shuttle/gapps/system/etc,system/etc) \
$(call find-copy-subdir-files,*,device/nvidia/shuttle/gapps/system/framework,system/framework) \
$(call find-copy-subdir-files,*,device/nvidia/shuttle/gapps/system/tts,system/tts)
PRODUCT_PACKAGES += \
ChromeBookmarksSyncAdapter \
GalleryGoogle \
GenieWidget \
GoogleBackupTransport \
GoogleCalendarSyncAdapter \
GoogleContactsSyncAdapter \
GoogleFeedback \
GoogleLoginService \
GooglePartnerSetup \
GoogleServicesFramework \
GoogleTTS \
MarketUpdater \
MediaUploader \
NetworkLocation \
OneTimeInitializer \
Phonesky \
SetupWizard \
Talk \
VoiceSearch \
YouTube \
PlayMusic
# GoogleQuickSearchBox