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
du
android_build
Commits
71deb204
Commit
71deb204
authored
10 years ago
by
Adam Lesinski
Committed by
Android (Google) Code Review
10 years ago
Browse files
Options
Download
Plain Diff
Merge "Add anydpi to all product configs" into lmp-dev
parents
2178358f
d31552fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
core/product_config.mk
core/product_config.mk
+2
-2
No files found.
core/product_config.mk
View file @
71deb204
...
...
@@ -315,8 +315,8 @@ PRODUCT_AAPT_CONFIG := $(strip \
$(
if
$(
filter
%dpi,
$(PRODUCT_AAPT_CONFIG)
)
,,mdpi
))
PRODUCT_AAPT_PREF_CONFIG
:=
$(
strip
$(PRODUCT_AAPT_PREF_CONFIG)
)
# Everyone gets nodpi assets which are density-independent.
PRODUCT_AAPT_CONFIG
+=
nodpi
# Everyone gets nodpi
and anydpi
assets which are density-independent.
PRODUCT_AAPT_CONFIG
+=
nodpi
anydpi
# Keep a copy of the space-separated config
PRODUCT_AAPT_CONFIG_SP
:=
$(PRODUCT_AAPT_CONFIG)
...
...
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