From 50b0e407be3f5ce71d3387c9dd2ecf346e8fc681 Mon Sep 17 00:00:00 2001 From: Bill Yi Date: Mon, 29 Nov 2021 10:20:00 -0800 Subject: [PATCH] Update bluejay self-extractors and factory-images path The device has its own directory now. BUG: 201432177 Change-Id: I776ef41b658987eb3c274c4d19a0668dd038beb8 --- .../generate-factory-images-package.sh | 0 {self-extractors_bluejay => self-extractors}/Android.mk | 0 {self-extractors_bluejay => self-extractors}/METADATA | 0 {self-extractors_bluejay => self-extractors}/PART1 | 0 {self-extractors_bluejay => self-extractors}/PART2 | 0 {self-extractors_bluejay => self-extractors}/PART3 | 0 {self-extractors_bluejay => self-extractors}/PROLOGUE | 0 {self-extractors_bluejay => self-extractors}/extract-lists.txt | 0 .../google_devices/COPYRIGHT | 0 .../google_devices/LICENSE | 0 .../google_devices/staging/Android.bp.txt | 0 .../google_devices/staging/Android.mk | 0 .../google_devices/staging/BoardConfigPartial.mk | 0 .../google_devices/staging/device-partial.mk | 0 .../root/android-info.txt | 0 .../root/proprietary/BoardConfigVendor.mk | 0 .../root/proprietary/device-vendor.mk | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename {factory-images_bluejay => factory-images}/generate-factory-images-package.sh (100%) rename {self-extractors_bluejay => self-extractors}/Android.mk (100%) rename {self-extractors_bluejay => self-extractors}/METADATA (100%) rename {self-extractors_bluejay => self-extractors}/PART1 (100%) rename {self-extractors_bluejay => self-extractors}/PART2 (100%) rename {self-extractors_bluejay => self-extractors}/PART3 (100%) rename {self-extractors_bluejay => self-extractors}/PROLOGUE (100%) rename {self-extractors_bluejay => self-extractors}/extract-lists.txt (100%) rename {self-extractors_bluejay => self-extractors}/google_devices/COPYRIGHT (100%) rename {self-extractors_bluejay => self-extractors}/google_devices/LICENSE (100%) rename {self-extractors_bluejay => self-extractors}/google_devices/staging/Android.bp.txt (100%) rename {self-extractors_bluejay => self-extractors}/google_devices/staging/Android.mk (100%) rename {self-extractors_bluejay => self-extractors}/google_devices/staging/BoardConfigPartial.mk (100%) rename {self-extractors_bluejay => self-extractors}/google_devices/staging/device-partial.mk (100%) rename {self-extractors_bluejay => self-extractors}/root/android-info.txt (100%) rename {self-extractors_bluejay => self-extractors}/root/proprietary/BoardConfigVendor.mk (100%) rename {self-extractors_bluejay => self-extractors}/root/proprietary/device-vendor.mk (100%) diff --git a/factory-images_bluejay/generate-factory-images-package.sh b/factory-images/generate-factory-images-package.sh similarity index 100% rename from factory-images_bluejay/generate-factory-images-package.sh rename to factory-images/generate-factory-images-package.sh diff --git a/self-extractors_bluejay/Android.mk b/self-extractors/Android.mk similarity index 100% rename from self-extractors_bluejay/Android.mk rename to self-extractors/Android.mk diff --git a/self-extractors_bluejay/METADATA b/self-extractors/METADATA similarity index 100% rename from self-extractors_bluejay/METADATA rename to self-extractors/METADATA diff --git a/self-extractors_bluejay/PART1 b/self-extractors/PART1 similarity index 100% rename from self-extractors_bluejay/PART1 rename to self-extractors/PART1 diff --git a/self-extractors_bluejay/PART2 b/self-extractors/PART2 similarity index 100% rename from self-extractors_bluejay/PART2 rename to self-extractors/PART2 diff --git a/self-extractors_bluejay/PART3 b/self-extractors/PART3 similarity index 100% rename from self-extractors_bluejay/PART3 rename to self-extractors/PART3 diff --git a/self-extractors_bluejay/PROLOGUE b/self-extractors/PROLOGUE similarity index 100% rename from self-extractors_bluejay/PROLOGUE rename to self-extractors/PROLOGUE diff --git a/self-extractors_bluejay/extract-lists.txt b/self-extractors/extract-lists.txt similarity index 100% rename from self-extractors_bluejay/extract-lists.txt rename to self-extractors/extract-lists.txt diff --git a/self-extractors_bluejay/google_devices/COPYRIGHT b/self-extractors/google_devices/COPYRIGHT similarity index 100% rename from self-extractors_bluejay/google_devices/COPYRIGHT rename to self-extractors/google_devices/COPYRIGHT diff --git a/self-extractors_bluejay/google_devices/LICENSE b/self-extractors/google_devices/LICENSE similarity index 100% rename from self-extractors_bluejay/google_devices/LICENSE rename to self-extractors/google_devices/LICENSE diff --git a/self-extractors_bluejay/google_devices/staging/Android.bp.txt b/self-extractors/google_devices/staging/Android.bp.txt similarity index 100% rename from self-extractors_bluejay/google_devices/staging/Android.bp.txt rename to self-extractors/google_devices/staging/Android.bp.txt diff --git a/self-extractors_bluejay/google_devices/staging/Android.mk b/self-extractors/google_devices/staging/Android.mk similarity index 100% rename from self-extractors_bluejay/google_devices/staging/Android.mk rename to self-extractors/google_devices/staging/Android.mk diff --git a/self-extractors_bluejay/google_devices/staging/BoardConfigPartial.mk b/self-extractors/google_devices/staging/BoardConfigPartial.mk similarity index 100% rename from self-extractors_bluejay/google_devices/staging/BoardConfigPartial.mk rename to self-extractors/google_devices/staging/BoardConfigPartial.mk diff --git a/self-extractors_bluejay/google_devices/staging/device-partial.mk b/self-extractors/google_devices/staging/device-partial.mk similarity index 100% rename from self-extractors_bluejay/google_devices/staging/device-partial.mk rename to self-extractors/google_devices/staging/device-partial.mk diff --git a/self-extractors_bluejay/root/android-info.txt b/self-extractors/root/android-info.txt similarity index 100% rename from self-extractors_bluejay/root/android-info.txt rename to self-extractors/root/android-info.txt diff --git a/self-extractors_bluejay/root/proprietary/BoardConfigVendor.mk b/self-extractors/root/proprietary/BoardConfigVendor.mk similarity index 100% rename from self-extractors_bluejay/root/proprietary/BoardConfigVendor.mk rename to self-extractors/root/proprietary/BoardConfigVendor.mk diff --git a/self-extractors_bluejay/root/proprietary/device-vendor.mk b/self-extractors/root/proprietary/device-vendor.mk similarity index 100% rename from self-extractors_bluejay/root/proprietary/device-vendor.mk rename to self-extractors/root/proprietary/device-vendor.mk