summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Quattlebaum <rquattle@google.com>2018-02-05 22:43:15 -0800
committerRobert Quattlebaum <rquattle@google.com>2018-02-05 22:43:31 -0800
commite2fc29552df217d3dbf3a232c29b22c3fd84eaa7 (patch)
tree3f3a745dc304f58f4a2d06c4571fe47c2d7b41a4
parentce0c6366980ec3ee29a52baa7fdaab293365f404 (diff)
downloadlowpan-e2fc29552df217d3dbf3a232c29b22c3fd84eaa7.tar.gz
Fix for lowpan_hdlc_adapter not building on IoT builds
Change-Id: I038d7465ddec583ec272ad03ab937ed590c8341d
-rw-r--r--build/wpantund.mk2
-rw-r--r--lowpan_hdlc_adapter/Android.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/wpantund.mk b/build/wpantund.mk
index 029ff6c..5a1999b 100644
--- a/build/wpantund.mk
+++ b/build/wpantund.mk
@@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-LOWPAN_HAL_ENABLED = 1
+LOWPAN_HAL_ENABLED := true
PRODUCT_PACKAGES += \
wpantund
diff --git a/lowpan_hdlc_adapter/Android.mk b/lowpan_hdlc_adapter/Android.mk
index 8b96da4..bce5b67 100644
--- a/lowpan_hdlc_adapter/Android.mk
+++ b/lowpan_hdlc_adapter/Android.mk
@@ -16,7 +16,7 @@
LOCAL_PATH:= $(call my-dir)
-ifeq ($(LOWPAN_HAL_ENABLED), 1)
+ifeq ($(LOWPAN_HAL_ENABLED),true)
include $(CLEAR_VARS)
LOCAL_MODULE := lowpan_hdlc_adapter
LOCAL_MODULE_TAGS := optional