sanders: potter -> sanders

This commit is contained in:
Vachounet
2017-09-20 13:42:38 +02:00
parent 6a649697e6
commit ca5f9ba096
11 changed files with 29 additions and 42 deletions

View File

@@ -5,8 +5,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_C_INCLUDES := system/core/init
LOCAL_CPPFLAGS := -Wall -DANDROID_TARGET=\"$(TARGET_BOARD_PLATFORM)\"
LOCAL_SRC_FILES := init_potter.cpp
LOCAL_MODULE := libinit_potter
LOCAL_SRC_FILES := init_sanders.cpp
LOCAL_MODULE := libinit_sanders
LOCAL_STATIC_LIBRARIES := \
libbase

View File

@@ -77,17 +77,4 @@ void vendor_load_properties()
property_set("ro.hw.fps", "true");
num_sims();
if (sku == "XT1687") {
property_set("ro.hw.ecompass", "true");
property_set("ro.hw.nfc", "false");
}
else {
property_set("ro.hw.ecompass", "false");
property_set("ro.hw.nfc", "true");
}
if (sku == "XT1683") {
property_set("ro.hw.dtv", "true");
}
}