Skip to content

Commit

Permalink
Note that we no longer need a forked a-c
Browse files Browse the repository at this point in the history
  • Loading branch information
interfect committed Aug 29, 2020
1 parent 06921f2 commit 7af0ca4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ unzip commandlinetools-linux-*_latest.zip
cd ..
```

2. Clone the project. We will need *both* `fenix` and `android-components` checked out next to each other.
2. Clone the project.

```
git clone https://github.com/interfect/fenix
git clone https://github.com/interfect/android-components
```

4. Go inside `fenix`. That's where the build is coordinated from.
Expand All @@ -68,12 +67,6 @@ cd fenix
echo "autosignReleaseWithDebugKey=" >>local.properties
```

We also need to set the build to use the `android-components` we checked out earlier:

```
echo "autoPublish.android-components.dir=../android-components" >>local.properties
```

6. Build the project. To build the Iceweasle-branded release APKs, you can do:

```
Expand Down

0 comments on commit 7af0ca4

Please sign in to comment.