diff options
author | Baligh Uddin <baligh@google.com> | 2020-10-23 18:16:32 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-10-23 18:16:32 +0200 |
commit | 7bc92050e37dfba19b677e87f9bda4f0d0000e20 (patch) | |
tree | 75288f2d72a154626d43e1eaee878af8885bef7d | |
parent | Skip ab/6749736 in stage. (diff) | |
parent | Migrate system/core/adb to packages/modules/adb (diff) | |
download | android_bootable_recovery-7bc92050e37dfba19b677e87f9bda4f0d0000e20.tar android_bootable_recovery-7bc92050e37dfba19b677e87f9bda4f0d0000e20.tar.gz android_bootable_recovery-7bc92050e37dfba19b677e87f9bda4f0d0000e20.tar.bz2 android_bootable_recovery-7bc92050e37dfba19b677e87f9bda4f0d0000e20.tar.lz android_bootable_recovery-7bc92050e37dfba19b677e87f9bda4f0d0000e20.tar.xz android_bootable_recovery-7bc92050e37dfba19b677e87f9bda4f0d0000e20.tar.zst android_bootable_recovery-7bc92050e37dfba19b677e87f9bda4f0d0000e20.zip |
Diffstat (limited to '')
-rw-r--r-- | minadbd/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/Android.bp b/minadbd/Android.bp index b6ca59efa..fb51a799a 100644 --- a/minadbd/Android.bp +++ b/minadbd/Android.bp @@ -24,7 +24,7 @@ cc_defaults { cpp_std: "experimental", include_dirs: [ - "system/core/adb", + "packages/modules/adb", ], header_libs: [ |