Skip to content

Commit

Permalink
sdm845-common: Add support for ursa
Browse files Browse the repository at this point in the history
Change-Id: I7fecff228b7a400d5987268c139bc4bd8e495f67
  • Loading branch information
bgcngm committed Sep 28, 2018
1 parent 1c3597e commit b0fe1ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

LOCAL_PATH := $(call my-dir)

ifneq ($(filter dipper polaris,$(TARGET_DEVICE)),)
ifneq ($(filter dipper polaris ursa,$(TARGET_DEVICE)),)
include $(call all-makefiles-under,$(LOCAL_PATH))
endif
1 change: 1 addition & 0 deletions bluetooth/include/bdroid_buildcfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ typedef struct {
static const device_t devices[] = {
{"dipper", "Xiaomi Mi 8"},
{"polaris", "Xiaomi Mi MIX 2S"},
{"ursa", "Xiaomi Mi 8 Explorer Edition"},
};

static inline const char *BtmGetDefaultName()
Expand Down
2 changes: 1 addition & 1 deletion setup-makefiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fi
setup_vendor "$DEVICE_COMMON" "$VENDOR" "$LINEAGE_ROOT" true

# Copyright headers and guards
write_headers "dipper polaris"
write_headers "dipper polaris ursa"

# The standard common blobs
write_makefiles "$MY_DIR"/proprietary-files.txt true
Expand Down

0 comments on commit b0fe1ba

Please sign in to comment.