1*663afb9bSAndroid Build Coastguard Worker#!/bin/bash 2*663afb9bSAndroid Build Coastguard Worker 3*663afb9bSAndroid Build Coastguard Worker# $1 Path to the new version. 4*663afb9bSAndroid Build Coastguard Worker# $2 Path to the old version. 5*663afb9bSAndroid Build Coastguard Worker 6*663afb9bSAndroid Build Coastguard Workercp -a -n $2/evconfig-private.h $1/ 7*663afb9bSAndroid Build Coastguard Workercp -a -n $2/include/event2/event-config.h $1/include/event2/ 8*663afb9bSAndroid Build Coastguard Workercp -a -n $2/include/event2/event-config-linux.h $1/include/event2/ 9*663afb9bSAndroid Build Coastguard Workercp -a -n $2/include/event2/event-config-darwin.h $1/include/event2/ 10*663afb9bSAndroid Build Coastguard Workercp -a -n $2/include/event2/event-config-bionic.h $1/include/event2/ 11