From e95f133f4fb5f8a1d913dfb908b41f2150852252 Mon Sep 17 00:00:00 2001 From: nazunalika Date: Tue, 6 Jul 2021 12:03:48 -0700 Subject: [PATCH] make everything hashed --- r8-armhfp.conf | 2 +- r8.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/r8-armhfp.conf b/r8-armhfp.conf index 5e50f2d..bb7dac2 100644 --- a/r8-armhfp.conf +++ b/r8-armhfp.conf @@ -30,7 +30,7 @@ multilib = [] variants_file = 'variants-armhfp.xml' sigkeys = ['6D745A60'] #sigkeys = [None] -hashed_directories = False +hashed_directories = True tree_arches = ['armhfp'] diff --git a/r8.conf b/r8.conf index b4c5b03..44c5f86 100644 --- a/r8.conf +++ b/r8.conf @@ -35,7 +35,7 @@ multilib = [ variants_file = 'variants.xml' sigkeys = ['6D745A60'] # Change to true for 8.5 -hashed_directories = False +hashed_directories = True tree_arches = ['aarch64', 'i386', 'x86_64']