From 52dc7969885a3b6a49e44ac7f2ccae13f3f48480 Mon Sep 17 00:00:00 2001 From: Yu-Chi Cheng Date: Mon, 29 Mar 2021 23:04:36 -0700 Subject: [PATCH] Removed public.libraries-google.txt from device.mk. The public.libraries-google.txt used to contain the libedgetpu_client.google.so in order to expose it through /system_ext/. We are now switching to use its vendor variant in order to let pre-built /product/ applications to access it instead, hence removing this no longer used /system_ext/ version. Bug: 184008444 Test: tested on local Oriole + GCA Change-Id: I291aa879c263411e0be0ba3c4089bd798e0c009d --- device.mk | 4 ---- public.libraries-google.txt | 1 - 2 files changed, 5 deletions(-) delete mode 100644 public.libraries-google.txt diff --git a/device.mk b/device.mk index 25105c96..20176c8c 100644 --- a/device.mk +++ b/device.mk @@ -190,10 +190,6 @@ endif PRODUCT_COPY_FILES += \ device/google/gs101/conf/init.system_ext.rc:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/init/init.system_ext.rc -# Native libraries needed for applications under /system_ext -PRODUCT_COPY_FILES += \ - device/google/gs101/public.libraries-google.txt:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/public.libraries-google.txt - # If AoC Daemon is not present on this build, load firmware at boot via rc ifeq ($(wildcard vendor/google/whitechapel/aoc/aocd),) PRODUCT_COPY_FILES += \ diff --git a/public.libraries-google.txt b/public.libraries-google.txt deleted file mode 100644 index 2f1eb344..00000000 --- a/public.libraries-google.txt +++ /dev/null @@ -1 +0,0 @@ -libedgetpu_client.google.so