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
This commit is contained in:
parent
b8a16df6e5
commit
52dc796988
2 changed files with 0 additions and 5 deletions
|
@ -190,10 +190,6 @@ endif
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
device/google/gs101/conf/init.system_ext.rc:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/init/init.system_ext.rc
|
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
|
# If AoC Daemon is not present on this build, load firmware at boot via rc
|
||||||
ifeq ($(wildcard vendor/google/whitechapel/aoc/aocd),)
|
ifeq ($(wildcard vendor/google/whitechapel/aoc/aocd),)
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
libedgetpu_client.google.so
|
|
Loading…
Add table
Add a link
Reference in a new issue