From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from goalie.tycho.ncsc.mil (goalie [144.51.242.250]) by tarius.tycho.ncsc.mil (8.14.4/8.14.4) with ESMTP id u8SKcCGe003964 for ; Wed, 28 Sep 2016 16:38:12 -0400 Received: by mail-qk0-f174.google.com with SMTP id z190so59143825qkc.3 for ; Wed, 28 Sep 2016 13:38:11 -0700 (PDT) Message-ID: <57EC2A2F.5030908@quarksecurity.com> Date: Wed, 28 Sep 2016 16:38:07 -0400 From: Joshua Brindle MIME-Version: 1.0 To: William Roberts CC: "seandroid-list@tycho.nsa.gov" , "selinux@tycho.nsa.gov" , Stephen Smalley Subject: Re: [RFC] Build ANDROID_HOST=y on mac References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed List-Id: "Security-Enhanced Linux \(SELinux\) mailing list" List-Post: List-Help: William Roberts wrote: > From commit 35d702 on https://github.com/williamcroberts/selinux/tree/fix-mac > > I have a branch that is building on my elcapitan mac, requesting any > comments anyone > wishes to make, before I send them out. > > If you wish to test, this is the procedure > > 1. Build libsepol (assumes at root of tree) > a, cd libsepol > b. make > 2. Build libselinux > a. cd libselinux (assumes at root of tree) > b. make ANDROID_HOST=y > This works for me. > This essentially gets us to where a build server/maintainer > can test patches quickly on mac, with some assurance > it's not busted without downloading all of Android. > > It's still wise to check in an Android tree if possible IMHO. >