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

@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
ifneq ($(filter potter,$(TARGET_DEVICE)),)
ifneq ($(filter sanders,$(TARGET_DEVICE)),)
LOCAL_PATH := $(call my-dir)
@@ -100,4 +100,4 @@ ALL_DEFAULT_INSTALLED_MODULES += $(FIRMWARE_WIDEVINE_SYMLINKS)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif
endif