sanders: potter -> sanders
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user