From patchwork Fri Sep 2 03:24:55 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 75280 Delivered-To: patches@linaro.org Received: by 10.140.29.8 with SMTP id a8csp631742qga; Thu, 1 Sep 2016 20:25:02 -0700 (PDT) X-Received: by 10.98.68.148 with SMTP id m20mr32917681pfi.0.1472786702688; Thu, 01 Sep 2016 20:25:02 -0700 (PDT) Return-Path: Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com. [2607:f8b0:400e:c03::233]) by mx.google.com with ESMTPS id q3si8911895pae.284.2016.09.01.20.25.02 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Sep 2016 20:25:02 -0700 (PDT) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c03::233 as permitted sender) client-ip=2607:f8b0:400e:c03::233; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c03::233 as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by mail-pa0-x233.google.com with SMTP id cy9so36001318pac.0 for ; Thu, 01 Sep 2016 20:25:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=wu5aa60A7ws754eJU4Efz4XUVeCi5PruSvG92nj0bwQ=; b=JF5Sil1Lpclwu2ttwKCVxWL2/SMuidtmpZHIdeuUcgGGtl2EescNpPZkMt5x2U5hrL a6Qrb+C37gwMFENmkzJILHZ9ld5AMKmvQACkzlINWyWMnrRdrukosqxCchekPT8MhLa8 WkFnEZ9xDnesR+ASKo5nmlAyM6alpe9U0qUnw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=wu5aa60A7ws754eJU4Efz4XUVeCi5PruSvG92nj0bwQ=; b=l1uJv89NxK3NSwQw6Aha2ikHX7v9Ex1+FX62FaX0Rdms8sDoWBUI/hMbR6WTiZgpX4 P2lYsm+2Rz5VUIGw2cWwsRVwLkEL8JEKlXO9FOFZg0G9DiO46kD7g6YCVBRTI9xzumwz nkIz0RIxJCpjC4V0txgUThMiy38oPHM2V9XNBpqwb/YFtvj1H0PrIVBSaSxVu1yBCuoA GN7prehVeG+0p87KeeJ1LcX9MufETniInsTuQSRZ7HNkQXdRQDqDofksrO++haqwrdC5 7rqG2vJXBk3uHiuTx/0KKnqMKR6wa87/bKGoc5maWJ4kW4ljC/0FChig8n1k6BCYrZFc pa/g== X-Gm-Message-State: AE9vXwM7PDlRpbGoIBJE0BHU5zsVAOh673WXXNWJStgTUuwViLizydRJJmLB7es7BcaYLhj3lFc= X-Received: by 10.66.86.1 with SMTP id l1mr32505668paz.106.1472786702392; Thu, 01 Sep 2016 20:25:02 -0700 (PDT) Return-Path: Received: from localhost.localdomain (c-73-67-244-238.hsd1.or.comcast.net. [73.67.244.238]) by smtp.gmail.com with ESMTPSA id fe8sm10749958pad.2.2016.09.01.20.25.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 01 Sep 2016 20:25:01 -0700 (PDT) From: John Stultz To: Rob Herring , Amit Pundir Cc: John Stultz Subject: [PATCH] generic: wifi: Add wificond to wifi device.mk Date: Thu, 1 Sep 2016 20:24:55 -0700 Message-Id: <1472786695-14187-1-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 Fix up for N change. Signed-off-by: John Stultz --- wifi/device.mk | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 diff --git a/wifi/device.mk b/wifi/device.mk index ecd0f1c..d9ab9c5 100644 --- a/wifi/device.mk +++ b/wifi/device.mk @@ -4,6 +4,7 @@ PRODUCT_PACKAGES += \ libwpa_client \ hostapd \ wpa_supplicant \ + wificond \ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \