diff options
| -rw-r--r-- | BoardConfig.mk | 2 | ||||
| -rw-r--r-- | BoardConfigCommon.mk | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 2616e4a..6652dc7 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -BOARD_HAL_STATIC_LIBRARIES := libdumpstate.grouper - TARGET_RELEASETOOLS_EXTENSIONS := device/asus/grouper -include vendor/asus/grouper/BoardConfigVendor.mk diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index ef69eef..58f144b 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -72,6 +72,9 @@ BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_BCM := true BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/asus/grouper/bluetooth +# Dump State +BOARD_HAL_STATIC_LIBRARIES := libdumpstate.grouper + # Security BOARD_USES_SECURE_SERVICES := true BOARD_SEPOLICY_DIRS += device/asus/grouper/sepolicy |
