Init Bliss
diff --git a/Android.bp b/Android.bp
index 2b58bf5..880dfd3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,4 +1,4 @@
hidl_package_root {
name: "vendor.lineage",
- path: "hardware/lineage/interfaces",
+ path: "hardware/bliss/interfaces",
}
diff --git a/update-makefiles.sh b/update-makefiles.sh
index 848c2d6..386d7be 100755
--- a/update-makefiles.sh
+++ b/update-makefiles.sh
@@ -3,6 +3,6 @@
source $ANDROID_BUILD_TOP/system/tools/hidl/update-makefiles-helper.sh
do_makefiles_update \
- "vendor.lineage:hardware/lineage/interfaces" \
+ "vendor.lineage:hardware/bliss/interfaces" \
"android.hardware:hardware/interfaces" \
"android.hidl:system/libhidl/transport"