diff options
author | Josh Gao <jmgao@google.com> | 2019-10-10 13:11:02 -0700 |
---|---|---|
committer | Josh Gao <jmgao@google.com> | 2019-10-10 13:12:21 -0700 |
commit | 6ce44041b58fc588f9906e550082b85f1097a981 (patch) | |
tree | 598c1c4012005174131e865e306bccd1e5a1f4b8 | |
parent | cad2fc24292f12ad7671659863001ad29da50b42 (diff) |
Move remount to PRODUCT_PACKAGES_DEBUG.
required seems to conflict with apex with the following error:
build/make/core/main.mk:1338: warning: build/make/target/product/aosp_x86_64.mk produces files inside build/make/target/product/mainline_system.mks artifact path requirement.
Test: treehugger
Change-Id: If1fbb9c4a4be340750ee6daea7aa4621177d8d56
-rw-r--r-- | adb/Android.bp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/adb/Android.bp b/adb/Android.bp index 2f9c8fcfb..c72c648c5 100644 --- a/adb/Android.bp +++ b/adb/Android.bp @@ -422,14 +422,6 @@ cc_library { "liblog", ], - product_variables: { - debuggable: { - required: [ - "remount", - ], - }, - }, - target: { android: { srcs: [ |