From patchwork Fri Sep 22 22:42:26 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 9967239 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 774FD6035E for ; Fri, 22 Sep 2017 22:42:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 697A82879E for ; Fri, 22 Sep 2017 22:42:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5C83C288D4; Fri, 22 Sep 2017 22:42:35 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RCVD_IN_SORBS_SPAM autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id C29F12879E for ; Fri, 22 Sep 2017 22:42:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8CE7F6EA5D; Fri, 22 Sep 2017 22:42:31 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pg0-f66.google.com (mail-pg0-f66.google.com [74.125.83.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id 244C46EA5D for ; Fri, 22 Sep 2017 22:42:30 +0000 (UTC) Received: by mail-pg0-f66.google.com with SMTP id m30so1367726pgn.5 for ; Fri, 22 Sep 2017 15:42:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=umZXPNXeuF3wX2KJaBpRxAm6FArDDv0acVfXbwO6fm8=; b=srUctiEgEbSm6N0Fmq4VFRfMR6xvPKFUm+g5P9iR9xNPpb2tZf0YjFHsY9ZmuC7qZ3 vklnNnrQ/ziZvQxSCsOK7CoAXZ/rKLQoll0WOSDpThlnMYCOP2drB+YPRr+79qjG+2pJ gcQQA2RxXoHhIAX0pXUzP8egsz3smd1GJRsWDtp3Ndw/FL8OQaER4F7bwOfsVfQAI/e/ GpG4SuZskc8vLFy67zIsTJ3ZeymsWVmHnbz0vyPWBCeUVDN6GOFlIT76bwyfKp+fbXTI Vwf6YBxugcAZk01HNeS28P2jywXAr8BQZxN/pRf+MWE13/CiZOrXHtYqFourPCMnUyT8 SMfg== X-Gm-Message-State: AHPjjUi41U6s1zPaVXljtqC7PQ5O2bht2RNqxcb1cb2mkrdTm12dB6iC CLYmOtGIt7NZ6Q/BdMs5DHnrZiw= X-Google-Smtp-Source: AOwi7QAMaxEt9fw/yHEpdJKpdY74UXcjz3rcYa8QW3yQ3iVPgnNYJFQG2fMCK3myukqSwMOJzDQIbg== X-Received: by 10.99.116.90 with SMTP id e26mr526894pgn.290.1506120149305; Fri, 22 Sep 2017 15:42:29 -0700 (PDT) Received: from localhost.localdomain ([2620:0:1000:fd28:e83d:5428:912b:b325]) by smtp.googlemail.com with ESMTPSA id m82sm994488pfk.90.2017.09.22.15.42.28 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Sep 2017 15:42:28 -0700 (PDT) From: Rob Herring To: dri-devel@lists.freedesktop.org Subject: [PATCH hwc] drm_hwcomposer: move library to /vendor Date: Fri, 22 Sep 2017 17:42:26 -0500 Message-Id: <20170922224226.563-1-robh@kernel.org> X-Mailer: git-send-email 2.11.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP As part of Treble project in Android O, all the device specific files have to be located in a separate vendor partition. This is done by setting LOCAL_PROPRIETARY_MODULE (the name is misleading). This change will not break existing platforms without a vendor partition as it will just move files to /system/vendor. Signed-off-by: Rob Herring --- Android.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.mk b/Android.mk index 2c4f7e3ee930..aa95b44c6075 100644 --- a/Android.mk +++ b/Android.mk @@ -94,6 +94,8 @@ LOCAL_MODULE_TAGS := optional LOCAL_MODULE_RELATIVE_PATH := hw LOCAL_MODULE_CLASS := SHARED_LIBRARIES LOCAL_MODULE_SUFFIX := $(TARGET_SHLIB_SUFFIX) +LOCAL_VENDOR_MODULE := true + include $(BUILD_SHARED_LIBRARY) include $(call all-makefiles-under,$(LOCAL_PATH))