summaryrefslogtreecommitdiff
path: root/aosp_bullhead_svelte.mk
diff options
context:
space:
mode:
authorRobb Glasser <rglasser@google.com>2017-02-01 10:43:20 -0800
committerRobb Glasser <rglasser@google.com>2017-02-01 11:07:39 -0800
commitae0fce5b3c41cb1c9bd4931cdb576c17d5bb0056 (patch)
tree4cd105307a4e71c6593240f8ce638f9c5c382fff /aosp_bullhead_svelte.mk
parent187b32397a1ba732c7ce046e1907a52207e63c17 (diff)
downloadbullhead-ae0fce5b3c41cb1c9bd4931cdb576c17d5bb0056.tar.gz
Add aosp_bullhead_svelte config
Creates a low memory config of bullhead (1GB) for low memory and low spec device testing in absence of an actual low config device. Bug: 34820110 Test: lunch aosp_bullhead_svelte-userdebug Test: make, flash, and boot Change-Id: I49878a546c00787a406e7c9a8b6ba1a123c8491c
Diffstat (limited to 'aosp_bullhead_svelte.mk')
-rw-r--r--aosp_bullhead_svelte.mk31
1 files changed, 31 insertions, 0 deletions
diff --git a/aosp_bullhead_svelte.mk b/aosp_bullhead_svelte.mk
new file mode 100644
index 0000000..787f632
--- /dev/null
+++ b/aosp_bullhead_svelte.mk
@@ -0,0 +1,31 @@
+#
+# Copyright 2017 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.
+#
+
+# Sample: This is where we'd set a backup provider if we had one
+# $(call inherit-product, device/sample/products/backup_overlay.mk)
+
+PRODUCT_PROPERTY_OVERRIDES = ro.sf.lcd_density=525
+
+$(call inherit-product, device/lge/bullhead/aosp_bullhead.mk)
+
+PRODUCT_NAME := aosp_bullhead_svelte
+PRODUCT_DEVICE := bullhead
+PRODUCT_BRAND := Android
+PRODUCT_MODEL := AOSP svelte on BullHead
+PRODUCT_MANUFACTURER := LGE
+PRODUCT_RESTRICT_VENDOR_FILES := true
+
+PRODUCT_PROPERTY_OVERRIDES += ro.config.low_ram=true