Add aosp_sailfish_svelte config

Creates a config to run sailfish at 1GB of memory

Bug: 34684503

Test: Compiled and booted device

Change-Id: Ie8243ff94c839edd49bcefedd779bb5edeee9931
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index f6a756d..ae0b45f 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -1,3 +1,4 @@
 PRODUCT_MAKEFILES := \
 	$(LOCAL_DIR)/aosp_marlin.mk \
-	$(LOCAL_DIR)/aosp_sailfish.mk
+	$(LOCAL_DIR)/aosp_sailfish.mk \
+	$(LOCAL_DIR)/aosp_sailfish_svelte.mk
diff --git a/aosp_sailfish_svelte.mk b/aosp_sailfish_svelte.mk
new file mode 100644
index 0000000..38070f8
--- /dev/null
+++ b/aosp_sailfish_svelte.mk
@@ -0,0 +1,31 @@
+#
+# Copyright 2015 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=520
+
+$(call inherit-product, device/google/marlin/aosp_sailfish.mk)
+
+PRODUCT_NAME := aosp_sailfish_svelte
+PRODUCT_DEVICE := sailfish
+PRODUCT_BRAND := Android
+PRODUCT_MODEL := AOSP svelte on msm8996
+PRODUCT_MANUFACTURER := google
+PRODUCT_RESTRICT_VENDOR_FILES := true
+
+PRODUCT_PROPERTY_OVERRIDES += ro.config.low_ram=true
diff --git a/vendorsetup.sh b/vendorsetup.sh
index 789d571..49464bc 100755
--- a/vendorsetup.sh
+++ b/vendorsetup.sh
@@ -29,3 +29,4 @@
 
 add_lunch_combo aosp_marlin-userdebug
 add_lunch_combo aosp_sailfish-userdebug
+add_lunch_combo aosp_sailfish_svelte-userdebug