Skip to content

Commit acd1d75

Browse files
authored
Merge pull request #1 from PitchBlackRecoveryProject/android-9.0
Prepare for official build
2 parents f23f2ed + c7f81a3 commit acd1d75

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

.circleci/config.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
version: 2.1
2+
jobs:
3+
build:
4+
docker:
5+
- image: fr3akyphantom/droid-builder:latest
6+
environment:
7+
MANIFEST_BRANCH: 'android-9.0'
8+
VERSION: '3.0.0'
9+
MAINTAINER: '@AP_XD'
10+
VENDOR: 'ASUS'
11+
CODENAME: 'X01AD'
12+
FLAVOR: 'eng'
13+
TEST_BUILD: 'true'
14+
CHANGELOG: |
15+
- Initial Official Test Build
16+
working_directory: /home/builder/pitchblack
17+
steps:
18+
- run:
19+
name: AIO Build
20+
command: |
21+
wget -q https://raw.githubusercontent.com/PitchBlackRecoveryProject/vendor_utils/pb/build.sh
22+
source build.sh
23+
workflows:
24+
version: 2.1
25+
build_and_test:
26+
jobs:
27+
- build:
28+
filters:
29+
branches:
30+
only: 'android-9.0'
31+
context: org-global

BoardConfig.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
LOCAL_PATH := device/asus/X01AD
17+
LOCAL_PATH := device/ASUS/X01AD
1818

1919
# OTA Assert
2020
TARGET_OTA_ASSERT_DEVICE := X01A_1,X01AD_1,X01A,X01AD,ASUS_X01A_1,ASUS_X01AD_1,ASUS_X01AD,ASUS_X01A

0 commit comments

Comments
 (0)