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
597ad2dc
Commit
597ad2dc
authored
12 years ago
by
KBizzle
Browse files
Options
Download
Email Patches
Plain Diff
Add d2spr & d710
parent
34fbf805
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
0 deletions
+42
-0
products/pac_d2spr.mk
products/pac_d2spr.mk
+21
-0
products/pac_d710.mk
products/pac_d710.mk
+21
-0
No files found.
products/pac_d2spr.mk
0 → 100644
View file @
597ad2dc
# Check for target product
ifeq
(pac_d2spr,$(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/d2spr/cm.mk)
PRODUCT_NAME
:=
pac_d2spr
endif
This diff is collapsed.
Click to expand it.
products/pac_d710.mk
0 → 100644
View file @
597ad2dc
# Check for target product
ifeq
(pac_d710,$(TARGET_PRODUCT))
# OVERLAY_TARGET adds overlay asset source
OVERLAY_TARGET
:=
pa_hdpi
# AOKP device overlay
PRODUCT_PACKAGE_OVERLAYS
+=
vendor/pac/overlay/aokp/device/galaxys2
# PAC device overlay
$(shell
cp
-f
vendor/pac/overlay/pac/samsung/hdpi/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/d710/cm.mk)
PRODUCT_NAME
:=
pac_d710
endif
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