Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Chris
android_vendor_pac
Commits
47fbca57
Commit
47fbca57
authored
12 years ago
by
KBizzle
Browse files
Options
Download
Email Patches
Plain Diff
Add i605
parent
e68d85ec
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
0 deletions
+26
-0
products/AndroidProducts.mk
products/AndroidProducts.mk
+3
-0
products/pac_i605.mk
products/pac_i605.mk
+21
-0
vendorsetup.sh
vendorsetup.sh
+2
-0
No files found.
products/AndroidProducts.mk
View file @
47fbca57
...
...
@@ -52,3 +52,6 @@ endif
ifeq
(pac_d2spr,$(TARGET_PRODUCT))
PRODUCT_MAKEFILES
+=
$(LOCAL_DIR)
/pac_d2spr.mk
endif
ifeq
(pac_i605,$(TARGET_PRODUCT))
PRODUCT_MAKEFILES
+=
$(LOCAL_DIR)
/pac_i605.mk
endif
This diff is collapsed.
Click to expand it.
products/pac_i605.mk
0 → 100644
View file @
47fbca57
# Check for target product
ifeq
(pac_i605,$(TARGET_PRODUCT))
# OVERLAY_TARGET adds overlay asset source
OVERLAY_TARGET
:=
pa_xhdpi
# AOKP device overlay
PRODUCT_PACKAGE_OVERLAYS
+=
vendor/pac/overlay/aokp/device/mint
# PAC device overlay
$(shell
cp
-f
vendor/pac/overlay/pac/samsung/xhdpi/frameworks/base/core/res/assets/images/android-logo-mask.png
frameworks/base/core/res/assets/images/android-logo-mask.png)
# include ParanoidAndroid common configuration
include
vendor/pac/config/pac_common.mk
# Inherit CM device configuration
$(call
inherit-product,
device/samsung/i605/cm.mk)
PRODUCT_NAME
:=
pac_i605
endif
This diff is collapsed.
Click to expand it.
vendorsetup.sh
View file @
47fbca57
...
...
@@ -21,3 +21,5 @@ add_lunch_combo pac_cooper-userdebug
add_lunch_combo pac_grouper-userdebug
# Galaxy S3
add_lunch_combo pac_d2spr-userdebug
# Galaxy Note Series
add_lunch_combo pac_i605-userdebug
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment