Skip to content

Commit 0b05716

Browse files
committed
device.mk: Set preferred size for application assets
Change-Id: Icb77413cae73f1b1ef5257336a154883298ee46f
1 parent a906ec3 commit 0b05716

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

device.mk

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16+
# Set preferred size for assets
17+
PRODUCT_AAPT_PREF_CONFIG := tvdpi
18+
1619
$(call inherit-product, vendor/cm/config/common_full_tablet_wifionly.mk)
1720
$(call inherit-product, vendor/cm/config/gsm.mk)
1821
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)

0 commit comments

Comments
 (0)