Felipe Leme b2624f4ef7 Fixes Intelligence Service location
Test: m -j framework services && adb remount && adb shell stop && \
      adb sync system && adb shell start
Bug: 111276913

Change-Id: Ia226d3559b464f2351c9e8a785fc9edbbee53a9b
2018-11-13 12:57:47 -08:00

6 lines
118 B
Plaintext

java_library_static {
name: "services.intelligence",
srcs: ["java/**/*.java"],
libs: ["services.core"],
}